~repos /website

#astro#js#html#css

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

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


3b5876f1 pyrossh

7 months ago
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