Browse Source

Improve responsiveness of font size

DricomDragon 5 years ago
parent
commit
b3941d17d3
1 changed files with 1 additions and 1 deletions
  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 {