diff --git a/components/Heros.css b/components/Heros.css index d45275f..1cf8f76 100644 --- a/components/Heros.css +++ b/components/Heros.css @@ -1,5 +1,5 @@ .components__heros { - height: 100%; + height: calc(100dvh - 6rem); display: flex; flex-direction: column; justify-content: center;