fixed sytax error in scss file for #slideshow
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:06:20 +0000 (16:06 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:06:20 +0000 (16:06 -0400)
css/app.css
scss/_structure.scss

index cadf187..86c4931 100644 (file)
@@ -7066,7 +7066,7 @@ footer.main {
     min-height: 100vh;
     height: 100%; }
   @media only screen and (max-width: 40em) {
-    .off-canvas-wrap #slide-show {
+    .off-canvas-wrap #slideshow {
       margin-top: 85px; } }
 
 h1 {
index b296a63..8905832 100644 (file)
@@ -10,7 +10,7 @@
         height: 100%;
     }
     @media#{$small-only}{
-        #slide-show{
+        #slideshow{
             margin-top: 85px;
         }
     }