From bc23003aed76f784266d61f56c759a3e2636b459 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 11 Apr 2016 16:11:38 -0400 Subject: [PATCH] reduced max height slightly --- 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 1671baa..4d8d63d 100644 --- a/css/app.css +++ b/css/app.css @@ -6703,7 +6703,7 @@ h2#block-title { float: none; margin: 0 auto; top: 10%; - max-height: 330px; } + max-height: 310px; } @media screen and (max-width: 1199px) { #slideshow .nivo-caption { width: 450px; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 3eb8b6a..26e33a3 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -49,7 +49,7 @@ float: none; margin: 0 auto; top: 10%; - max-height: 330px; + max-height: 310px; @media screen and (max-width: 1199px) { width: 450px; margin: 0; -- 2.17.1