Sfoglia il codice sorgente

跑版問題修正

jeter20131220 3 anni fa
parent
commit
01affccb85
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      style.css
  2. 0 0
      style.css.map
  3. 2 2
      style.scss

+ 2 - 2
style.css

@@ -116,7 +116,7 @@
 
 #banner {
   width: 100vw;
-  height: 100vh;
+  height: 110vh;
   background: #313131;
   display: inline-block;
   background: linear-gradient(115deg, #313131 38%, transparent 30%, #707070 27%);
@@ -251,7 +251,7 @@
   width: 80vw;
   margin: 0 auto;
   margin-top: -130px;
-  margin-bottom: 50px;
+  margin-bottom: 100px;
 }
 
 @media screen and (max-width: 767px) {

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


+ 2 - 2
style.scss

@@ -90,7 +90,7 @@ $moblie: 767px;
 // banner
 #banner {
     width: 100vw;
-    height: 100vh;
+    height: 110vh;
     background: #313131;
     display: inline-block;
     background: linear-gradient(115deg, #313131 38%, transparent 30%, #707070 27%);
@@ -197,7 +197,7 @@ $moblie: 767px;
         width: 80vw;
         margin: 0 auto;
         margin-top: -130px;
-        margin-bottom: 50px;
+        margin-bottom: 100px;
         @media screen and(max-width:$moblie) {
             margin-top: -70px;
             width: 90vw;

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