Parcourir la source

Make the font large

DricomDragon il y a 5 ans
Parent
commit
4928378cd7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {