From ed57b1e976c2028bd5ac4dc0291820e06b3aa36b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 4 Oct 2018 12:44:02 -0400 Subject: [PATCH] Adjust interior header image height --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.17.1