Explorar el Código

fix:修改移动端提示文案字体

MTrun hace 3 años
padre
commit
d37f316a86
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      index.css

+ 3 - 1
index.css

@@ -98,7 +98,9 @@
     justify-content: center;
     width: 100vw;
     height: 100vh;
-    font-size: 30px;
+    text-align: center;
+    font-size: 24px;
+    font-weight: 200;
     background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
   }
 }