Set correct min height for introduction section

This commit is contained in:
wswidzinski 2018-01-13 16:28:48 +01:00
parent 1a0382ee23
commit 249648a281
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.introduction { .introduction {
display: flex; display: flex;
align-items: center; align-items: center;
min-height: calc(100vh - #{$header-height--desktop});
color: white; color: white;
background-color: $color-black; background-color: $color-black;