Set correct structure section height

This commit is contained in:
wswidzinski 2018-01-13 16:50:51 +01:00
parent 5d0197c3d7
commit 7f7c71ffcd
1 changed files with 1 additions and 0 deletions

View File

@ -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;