浏览代码

Make the font large

DricomDragon 5 年之前
父节点
当前提交
4928378cd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/custom.css

+ 1 - 1
web/custom.css

@@ -1,6 +1,7 @@
 body {
 	background-color: #f4fff4;
 	font-family: verdana;
+	font-size: xx-large;
 }
 
 h1 {
@@ -9,7 +10,6 @@ h1 {
 
 p {
 	text-align: center;
-	font-size: 20px;
 }
 
 .feature {