cl 6 年之前
父節點
當前提交
93e0cd1f4d
共有 1 個文件被更改,包括 23 次插入0 次删除
  1. 23 0
      src/views/About.vue

+ 23 - 0
src/views/About.vue

@@ -139,6 +139,28 @@ export default {
 };
 </script>
 <style scoped>
+@media screen and (max-width: 1970px) {
+    .headline p {
+        font-size: 30px!important;
+    }
+    .listtext{
+      font-size: 22px!important;
+    }
+    .leftbutton a {
+      font-size: 25px!important;
+    }
+}
+@media screen and (max-width: 1500px) {
+    .headline p {
+        font-size: 22px!important;
+    }
+    .listtext{
+      font-size: 17px!important;
+    }
+    .leftbutton a {
+      font-size: 20px!important;
+    }
+}
 .navBarWrap {
   position: fixed;
   top: -60px;
@@ -245,6 +267,7 @@ export default {
 }
 .row img {
   width: 40%;
+  margin-top: 30px;
 }
 .leftmenu {
   width: 20%;