added margin for small only above the ad rotate slider , 140px to offset the fixed...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:22:02 +0000 (16:22 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:22:02 +0000 (16:22 -0400)
css/app.css
scss/_slideshow.scss

index 8982425..6929413 100644 (file)
@@ -6624,7 +6624,8 @@ main {
 
 @media only screen and (max-width: 40em) {
   #slideshow {
-    height: 270px; } }
+    height: 270px;
+    margin-top: 140px; } }
 #slideshow li {
   list-style: none; }
   @media only screen and (min-width:40.063em) and (max-width:64em) {
index c445b54..eaacdd3 100644 (file)
@@ -1,6 +1,7 @@
 #slideshow {
     @media #{$small-only}{
         height: 270px;
+        margin-top: 140px;
     }
     li {
         list-style: none;