From 3027cc0e55f4ad0dec38480dbc03f1a19740467e Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Tue, 16 Jan 2018 12:46:07 +0000 Subject: [PATCH] increasing minimum height of the header on mobile to be more in line with the designs --- opentech/static_src/src/sass/layout/_header.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opentech/static_src/src/sass/layout/_header.scss b/opentech/static_src/src/sass/layout/_header.scss index 9fed8c40f..bd29594e3 100644 --- a/opentech/static_src/src/sass/layout/_header.scss +++ b/opentech/static_src/src/sass/layout/_header.scss @@ -1,5 +1,6 @@ .header { position: relative; + min-height: 300px; padding: 10px; background-color: $color--primary; @@ -21,6 +22,7 @@ } &__title { + margin: 0; color: $color--white; text-transform: uppercase; } -- GitLab