testing margin above ad rotate under sticky header
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:05:07 +0000 (16:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:05:07 +0000 (16:05 -0400)
css/app.css
scss/_structure.scss

index 8982425..cadf187 100644 (file)
@@ -7065,6 +7065,9 @@ footer.main {
   .off-canvas-wrap .inner-wrap {
     min-height: 100vh;
     height: 100%; }
+  @media only screen and (max-width: 40em) {
+    .off-canvas-wrap #slide-show {
+      margin-top: 85px; } }
 
 h1 {
   color: #94bc41;
index 1f8eb9f..b296a63 100644 (file)
@@ -9,6 +9,17 @@
         min-height: 100vh;
         height: 100%;
     }
+    @media#{$small-only}{
+        #slide-show{
+            margin-top: 85px;
+        }
+    }    
+    @media#{$medium-only}{
+        
+    }
+    @media#{$large-only}{
+      
+    }
 }
 //6. Main
 h1 {