Browse Source

頁面修正

jeter20131220 3 years ago
parent
commit
5132f1f4ee
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mobile/style.css
  2. 1 1
      mobile/style.scss

+ 1 - 1
mobile/style.css

@@ -1004,7 +1004,7 @@ body .arrow:hover {
 
 @media screen and (max-width: 350px) {
   #menu-box #menu-box2 a {
-    margin-top: 15px;
+    margin-top: 10px;
   }
 }
 

+ 1 - 1
mobile/style.scss

@@ -760,7 +760,7 @@ body {
             font-size: 16px;
             margin-top: 20px;
             @media screen and(max-width:350px) {
-                margin-top: 15px;
+                margin-top: 10px;
             }
         }