max height added to slide show
authorIan Weller <ian@gaslightmedia.com>
Thu, 22 Oct 2015 14:04:03 +0000 (10:04 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 22 Oct 2015 14:04:03 +0000 (10:04 -0400)
css/app.css
scss/_slideshow.scss

index f1c760d..e5cc44f 100644 (file)
@@ -6994,7 +6994,8 @@ main.search-results #head-img {
 #slideshow {
   position: relative;
   margin-top: -295px;
-  z-index: -1; }
+  z-index: -1;
+  max-height: 605px; }
   @media only screen and (max-width: 40em) {
     #slideshow {
       margin-top: -140px;
index 02a5d34..d37add7 100644 (file)
@@ -3,6 +3,7 @@
     margin-top: -295px;
 //    top: -185px;
     z-index: -1;
+    max-height: 605px;
     @media #{$small-only} {
         margin-top: -140px;
         max-height: 230px;