From 0b2cd9a597d124c35d7437a210694df806e1b27c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 7 May 2020 13:59:00 +0100 Subject: [PATCH] Shrink header image --- static/src/scss/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/scss/index.scss b/static/src/scss/index.scss index 19ce3ac..5a64419 100644 --- a/static/src/scss/index.scss +++ b/static/src/scss/index.scss @@ -29,10 +29,10 @@ footer.page-footer { } .header-image { - height: calc(45vh - #{$navbar-height}); + height: calc(40vh - #{$navbar-height}); @media #{$medium-and-down} { - height: calc(65vh - #{$navbar-height}); + height: calc(60vh - #{$navbar-height}); } // Fix darkreader weirdness