Explorar el Código

increase font size on mobile

mightyplow hace 4 años
padre
commit
2ee5bb2b12
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      src/layout/app.css

+ 9 - 0
src/layout/app.css

@@ -20,6 +20,15 @@
 
     body {
         font-family: sans-serif;
+        font-size: 18px;
+
+        @media screen and (min-width: 640px) {
+            font-size: 16px;
+        }
+    }
+
+    input {
+        font-size: 1em;
     }
 
     #appContainer {