From 5deb95dc116f29541313410d1f1fcd434e708313 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 13 Apr 2016 10:42:34 -0400 Subject: [PATCH] added a min height to slideshow image --- css/app.css | 2 ++ scss/_slideshow.scss | 3 +++ 2 files changed, 5 insertions(+) diff --git a/css/app.css b/css/app.css index a626493..ad1958b 100644 --- a/css/app.css +++ b/css/app.css @@ -6703,6 +6703,8 @@ h2#block-title { @media screen and (max-width: 1130px) { #slideshow #cat-text p { margin-bottom: 15px; } } + #slideshow img.nivo-main-image { + min-height: 147px; } #slideshow .nivo-caption { background: transparent; position: absolute; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 1e45a8b..fe46e07 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -43,6 +43,9 @@ } } } + img.nivo-main-image{ + min-height: 147px; + } .nivo-caption { background: transparent; position: absolute; -- 2.17.1