소스 검색

頁面修正

jeter20131220 3 년 전
부모
커밋
5132f1f4ee
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
             }
         }