From: Laury GvR Date: Thu, 4 Oct 2018 16:44:02 +0000 (-0400) Subject: Adjust interior header image height X-Git-Tag: v1.0.0^2~71 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ed57b1e976c2028bd5ac4dc0291820e06b3aa36b;p=WP-Themes%2Flakesideclub.git Adjust interior header image height --- diff --git a/css/app.css b/css/app.css index ded2b9d..b38d071 100644 --- a/css/app.css +++ b/css/app.css @@ -7339,7 +7339,7 @@ body #page-wrapper header.main { margin-top: 190px; } #header-image { - max-height: 420px; + max-height: 300px; overflow: hidden; } #content-bulk #con { diff --git a/scss/_main.scss b/scss/_main.scss index ed6f7dc..cec1bd3 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -51,7 +51,7 @@ margin-top: 190px; } #header-image { - max-height: 420px; + max-height: 300px; overflow: hidden; } #content-bulk {