Browse Source

頁面修正

jeter20131220 3 years ago
parent
commit
a0966f3b53
3 changed files with 12 additions and 1 deletions
  1. 7 0
      style.css
  2. 0 0
      style.css.map
  3. 5 1
      style.scss

+ 7 - 0
style.css

@@ -1016,6 +1016,13 @@ body .learn-more:hover {
   margin: 30px;
 }
 
+@media screen and (max-width: 400px) {
+  #sec05-moblie #sec05-moblie-slider .sec05-moblie-box {
+    padding: 5px;
+    margin: 20px;
+  }
+}
+
 #sec05-moblie #sec05-moblie-slider .sec05-moblie-box .card {
   border: none;
 }

File diff suppressed because it is too large
+ 0 - 0
style.css.map


+ 5 - 1
style.scss

@@ -828,11 +828,15 @@ body {
     }
  
         #sec05-moblie-slider {
-          
+           
 
             .sec05-moblie-box {
               padding: 20px;
               margin: 30px;
+              @media screen and(max-width:400px) {
+              padding: 5px;
+               margin: 20px;
+            }
                 .card {
                     border: none;
                 }

Some files were not shown because too many files changed in this diff