From: Ian Weller Date: Thu, 18 Aug 2016 20:18:53 +0000 (-0400) Subject: fixed a bit of styling I missed X-Git-Tag: v1.0.0^2~113 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c8974968630dae1d395db7f266baf15a6eeaee04;p=WP-Themes%2Fpetoskeyarea.git fixed a bit of styling I missed --- diff --git a/css/app.css b/css/app.css index e53b62a..68a1e63 100644 --- a/css/app.css +++ b/css/app.css @@ -6534,7 +6534,7 @@ main.page-front #main-content { padding-top: 5px; } } #header-image { - max-height: 460px; + max-height: 630px; overflow: hidden; display: block; } diff --git a/scss/_main.scss b/scss/_main.scss index 6a62b41..8a6ed47 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -17,7 +17,7 @@ main.page-front { } } #header-image { - max-height: 460px; + max-height: 630px; overflow: hidden; display: block; }