jeter20131220 3 jaren geleden
bovenliggende
commit
f2286b27c9
3 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 1 1
      style.css
  2. 0 0
      style.css.map
  3. 3 1
      style.scss

+ 1 - 1
style.css

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

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


+ 3 - 1
style.scss

@@ -90,7 +90,7 @@ $moblie: 767px;
 // banner
 #banner {
     width: 100vw;
-    height: 110vh;
+   
     background: #313131;
     display: inline-block;
     background: linear-gradient(115deg, #313131 38%, transparent 30%, #707070 27%);
@@ -102,6 +102,7 @@ $moblie: 767px;
     #banner-container {
         width: 80vw;
         margin: 50px auto;
+        padding-bottom: 5vw;
         @media screen and(max-width:$moblie) {
             width: 100vw;
             margin: 0;
@@ -131,6 +132,7 @@ $moblie: 767px;
             padding: 10px 15px;
             border: none;
             height: 50px;
+
             @media screen and(max-width:$moblie) {
                 display: none;
             }

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