@@ -0,0 +1,12 @@
+@media only screen and (max-width: 812px) {
+ html {
+ font-size: 25px;
+ }
+}
+
+/* Medium devices (landscape tablets, 768px and up) */
+// @media only screen and (min-width: 800px) {
+// html {
+// font-size: 50px;
+// }