Browse Source

問題修正

jeter20131220 3 years ago
parent
commit
4de0dfc6ce
3 changed files with 2 additions and 1 deletions
  1. 1 0
      style.css
  2. 0 0
      style.css.map
  3. 1 1
      style.scss

+ 1 - 0
style.css

@@ -346,6 +346,7 @@
 #sec02 {
   background: #eb144c;
   padding: 5vw 0px;
+  padding-bottom: 8vw;
 }
 
 @media screen and (max-width: 767px) {

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


+ 1 - 1
style.scss

@@ -298,7 +298,7 @@ $navbgcolor: #eb144c;
 #sec02 {
     background: $navbgcolor;
     padding: 5vw 0px;
-
+    padding-bottom: 8vw;
     @media screen and(max-width:$moblie) {
         display: none;
     }

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