From: Ian Weller Date: Thu, 22 Oct 2015 14:14:59 +0000 (-0400) Subject: height adjustment X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a01fc24417037adeba45396661ed5c1272065ea0;p=WP-Themes%2Fmountpleasantwow.git height adjustment --- diff --git a/css/app.css b/css/app.css index 265c519..d06a6e5 100644 --- a/css/app.css +++ b/css/app.css @@ -7000,7 +7000,7 @@ main.search-results #head-img { margin-top: -140px; max-height: 230px; } } #slideshow .metaslider { - max-height: 615px; + max-height: 610px; overflow-y: hidden; } #slideshow #caption { background: rgba(0, 0, 0, 0.75); diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 06c6c44..de233ba 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -8,7 +8,7 @@ max-height: 230px; } .metaslider { - max-height: 615px; + max-height: 610px; overflow-y: hidden; } #caption {