added a min height to slideshow image
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 14:42:34 +0000 (10:42 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 14:42:34 +0000 (10:42 -0400)
css/app.css
scss/_slideshow.scss

index a626493..ad1958b 100644 (file)
@@ -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;
index 1e45a8b..fe46e07 100644 (file)
@@ -43,6 +43,9 @@
             }
         }
     }
+    img.nivo-main-image{
+        min-height: 147px;
+    }
     .nivo-caption {
         background: transparent;
         position: absolute;