From 130d1177c0ef66dd9d75e7b64512846317655a54 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 Aug 2016 16:06:20 -0400 Subject: [PATCH] fixed sytax error in scss file for #slideshow --- css/app.css | 2 +- scss/_structure.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.17.1