Set correct structure section height
This commit is contained in:
parent
5d0197c3d7
commit
7f7c71ffcd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue