See999 5 years ago
parent
commit
2f5d3b38ac
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/styles/media.scss

+ 12 - 0
src/styles/media.scss View File

@@ -0,0 +1,12 @@
1
+@media only screen and (max-width: 812px) {
2
+  html {
3
+    font-size: 25px;
4
+  }
5
+}
6
+
7
+/* Medium devices (landscape tablets, 768px and up) */
8
+// @media only screen and (min-width: 800px) {
9
+//   html {
10
+//     font-size: 50px;
11
+//   }
12
+// }