diff --git a/src/app/presentation/home/home.component.scss b/src/app/presentation/home/home.component.scss index 592e7985..abee11cb 100644 --- a/src/app/presentation/home/home.component.scss +++ b/src/app/presentation/home/home.component.scss @@ -1,7 +1,7 @@ @import '../../../styles/color'; .home-container { - height: 100vh; + height: calc(100vh - 66px); a { text-decoration: none;