Set correct min height for introduction section
This commit is contained in:
parent
1a0382ee23
commit
249648a281
|
@ -1,6 +1,7 @@
|
|||
.introduction {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: calc(100vh - #{$header-height--desktop});
|
||||
color: white;
|
||||
background-color: $color-black;
|
||||
|
||||
|
|
Loading…
Reference in New Issue