diff --git a/src/styles/components/_introduction.scss b/src/styles/components/_introduction.scss index 5b630a7..b5d4f7a 100644 --- a/src/styles/components/_introduction.scss +++ b/src/styles/components/_introduction.scss @@ -1,6 +1,7 @@ .introduction { display: flex; align-items: center; + min-height: calc(100vh - #{$header-height--desktop}); color: white; background-color: $color-black;