diff --git a/src/components/sections/homepage/hero/hero.module.scss b/src/components/sections/homepage/hero/hero.module.scss index f7c492e..3f5302b 100644 --- a/src/components/sections/homepage/hero/hero.module.scss +++ b/src/components/sections/homepage/hero/hero.module.scss @@ -6,7 +6,9 @@ background-position: 50% 15%; background-repeat: no-repeat; background-size: 100%; - min-height: calc(var(--vh) * 115); + padding-top: tovw(140px, 'mobile', 100px); + margin-bottom: tovw(160px, 'mobile'); + min-height: unset; } display: flex;