Set correct min height for introduction section
This commit is contained in:
parent
1a0382ee23
commit
249648a281
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue