Explorar el Código

Improve responsiveness of font size

DricomDragon hace 5 años
padre
commit
b3941d17d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {