Browse Source

increase font size on mobile

mightyplow 4 năm trước cách đây
mục cha
commit
2ee5bb2b12
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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 {