diff --git a/src/components/HeroSection/HeroSection.css b/src/components/HeroSection/HeroSection.css index 35f9eff0..539e2626 100644 --- a/src/components/HeroSection/HeroSection.css +++ b/src/components/HeroSection/HeroSection.css @@ -1,6 +1,6 @@ .section { width: 100%; - min-height: calc(100vh - 80px); + min-height: calc(100vh - 50px); background-image: url("data:image/svg+xml;utf8,"); background-size: 100% 100%; background-position: center;