From: Anthony Talarico Date: Wed, 3 Aug 2016 20:06:20 +0000 (-0400) Subject: fixed sytax error in scss file for #slideshow X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=130d1177c0ef66dd9d75e7b64512846317655a54;p=WP-Themes%2Fpetoskey.git fixed sytax error in scss file for #slideshow --- diff --git a/css/app.css b/css/app.css index cadf187..86c4931 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/_structure.scss b/scss/_structure.scss index b296a63..8905832 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -10,7 +10,7 @@ height: 100%; } @media#{$small-only}{ - #slide-show{ + #slideshow{ margin-top: 85px; } }