Fixed slideshow falling off page due to nav height
authorLaury GvR <laury@gaslightmedia.com>
Fri, 18 Sep 2015 15:51:27 +0000 (11:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 18 Sep 2015 15:51:27 +0000 (11:51 -0400)
css/app.css
scss/_structure.scss

index dd13eb8..de84df8 100644 (file)
@@ -6032,7 +6032,7 @@ h2, h4 {
   position: relative;
   box-shadow: 0px 5px 10px -5px #4F4E4E; }
   .contain-to-grid .top-bar {
-    height: 68px;
+    height: 69px;
     box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
     margin-bottom: 10px; }
 
index bbad0f2..633399b 100644 (file)
@@ -184,7 +184,7 @@ h2, h4 {
     position: relative;
     box-shadow: 0px 5px 10px -5px #4F4E4E;
     .top-bar {
-        height: 68px;
+        height: 69px;
         box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
         margin-bottom: 10px;
     }