diff --git a/src/components/sections/homepage/hero/hero.module.scss b/src/components/sections/homepage/hero/hero.module.scss index 8012aeb..0d71ff4 100644 --- a/src/components/sections/homepage/hero/hero.module.scss +++ b/src/components/sections/homepage/hero/hero.module.scss @@ -14,6 +14,7 @@ background-repeat: no-repeat; background-position: 50% 15%; background-size: 100%; + min-height: calc(var(--vh) * 115); } @supports (aspect-ratio: 16 / 9) { @@ -93,7 +94,7 @@ } @include respond-to('mobile-sm') { - bottom: 0; + bottom: 2%; } p,