From a01fc24417037adeba45396661ed5c1272065ea0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 22 Oct 2015 10:14:59 -0400 Subject: [PATCH] height adjustment --- css/app.css | 2 +- scss/_slideshow.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.17.1