From: Ian Weller Date: Thu, 22 Oct 2015 14:04:03 +0000 (-0400) Subject: max height added to slide show X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ac78552408360ae5b0d5d298a1ba14e667a847e3;p=WP-Themes%2Fmountpleasantwow.git max height added to slide show --- diff --git a/css/app.css b/css/app.css index f1c760d..e5cc44f 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 02a5d34..d37add7 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -3,6 +3,7 @@ margin-top: -295px; // top: -185px; z-index: -1; + max-height: 605px; @media #{$small-only} { margin-top: -140px; max-height: 230px;