From 8d276ee2fc9d58df61ae61cd880818988feca3e6 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 16 Nov 2018 10:22:45 +0100 Subject: [PATCH] give the header a min width --- src/stylesheets/_header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylesheets/_header.scss b/src/stylesheets/_header.scss index 31e4676c..054f8037 100644 --- a/src/stylesheets/_header.scss +++ b/src/stylesheets/_header.scss @@ -1,4 +1,5 @@ .app__header { + min-width: $min-window-width; display: flex; flex-flow: row wrap; justify-content: space-between;