Set correct structure section height
This commit is contained in:
parent
5d0197c3d7
commit
7f7c71ffcd
|
@ -1,6 +1,7 @@
|
||||||
.structure {
|
.structure {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
min-height: calc(100vh - #{$header-height--desktop});
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
color: $color-scarlet;
|
color: $color-scarlet;
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
|
|
Loading…
Reference in New Issue