diff --git a/src/styles/components/_structure.scss b/src/styles/components/_structure.scss index 643247b..fbfbd82 100644 --- a/src/styles/components/_structure.scss +++ b/src/styles/components/_structure.scss @@ -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;