diff --git a/src/components/Hero/hero.css b/src/components/Hero/hero.css index 998c2e0..49bfa7b 100644 --- a/src/components/Hero/hero.css +++ b/src/components/Hero/hero.css @@ -3,7 +3,7 @@ .hero-section { top: -100px; z-index: 1; - height: calc(120vh + 160px); + height: 100vh; display: flex; align-items: center; justify-content: center;