See999 5 年之前
父節點
當前提交
2f5d3b38ac
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/styles/media.scss

+ 12 - 0
src/styles/media.scss 查看文件

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
+// }