website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


3b5876fpyrossh 2025-04-27T18:17:06+05:30
fix font-size
Files changed (1) hide show
  1. src/layouts/Base.css +1 -1
src/layouts/Base.css CHANGED
@@ -36,7 +36,7 @@ body {
36
36
  text-rendering: optimizeLegibility;
37
37
  font-variant-ligatures: common-ligatures;
38
38
  font-kerning: normal;
39
- font-size: 15pt;
39
+ font-size: 14pt;
40
40
  line-height: 1.6;
41
41
  color: #222;
42
42