ソースを参照

Improve responsiveness of font size

DricomDragon 5 年 前
コミット
b3941d17d3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      web/custom.css

+ 1 - 1
web/custom.css

@@ -1,7 +1,7 @@
 body {
 	background-color: #f4fff4;
 	font-family: verdana;
-	font-size: xx-large;
+	font-size: 2em;
 }
 
 h1 {