From 7f7c71ffcd51acea6b782b8562405b4eea9382b8 Mon Sep 17 00:00:00 2001 From: wswidzinski Date: Sat, 13 Jan 2018 16:50:51 +0100 Subject: [PATCH] Set correct structure section height --- src/styles/components/_structure.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/components/_structure.scss b/src/styles/components/_structure.scss index 643247b..fbfbd82 100644 --- a/src/styles/components/_structure.scss +++ b/src/styles/components/_structure.scss @@ -1,6 +1,7 @@ .structure { display: flex; align-items: center; + min-height: calc(100vh - #{$header-height--desktop}); margin-top: 10px; color: $color-scarlet; background-color: $color-white;