From: Anthony Talarico Date: Fri, 29 Jul 2016 16:00:04 +0000 (-0400) Subject: increase the event block image height on the front page events slide show X-Git-Tag: v1.0.0^2~221 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=358d3cf3d9ceac64c1debc931a4f1ddc72dae528;p=WP-Themes%2Fpetoskeyarea.git increase the event block image height on the front page events slide show --- diff --git a/css/app.css b/css/app.css index 4c771fe..0aea9dd 100644 --- a/css/app.css +++ b/css/app.css @@ -6835,7 +6835,7 @@ main.page-inside #main-content { right: -68px; } .image-container { - height: 200px; } + height: 250px; } #slideshow li { list-style: none; } diff --git a/scss/_main.scss b/scss/_main.scss index 163f9bb..001583f 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -520,6 +520,6 @@ main.page-inside { right: -68px; } .image-container{ - height: 200px; + height: 250px; }