浏览代码

fix: reduced login title font-size for mobile (#3105)

spatiumstas 12 小时之前
父节点
当前提交
6a2e0071cf
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      web/html/login.html

+ 7 - 1
web/html/login.html

@@ -299,6 +299,12 @@
       min-height: 40px;
     }
   }
+  
+    @media (max-width: 1024px) {
+    .title {
+      font-size: 1.4rem;
+    }
+  }
 
   .words-wrapper {
     width: 100%;
@@ -617,4 +623,4 @@
     });
   </script>
 </body>
-</html>
+</html>