Make blocks not cover slideshow in medium
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Dec 2015 19:05:09 +0000 (14:05 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Dec 2015 19:05:09 +0000 (14:05 -0500)
css/app.css
scss/_main.scss

index 06cf6b0..aa245b3 100644 (file)
@@ -6984,6 +6984,10 @@ main.page-front {
   top: -200px;
   padding-bottom: 210px;
   position: relative; }
+  @media only screen and (min-width:40.063em) and (max-width:64em) {
+    main.page-front {
+      top: -100px;
+      padding-bottom: 300px; } }
   @media only screen and (max-width: 40em) {
     main.page-front {
       margin-top: 15px;
index 52c3803..eb366d1 100644 (file)
@@ -6,6 +6,10 @@ main {
         top: -200px;
         padding-bottom: 210px;
         position: relative;
+        @media #{$medium-only} {
+            top: -100px;
+            padding-bottom: 300px;
+        }
         @media #{$small-only} {
             margin-top: 15px;
             padding-bottom: 0;