From 4e8b9d5a64561469071680af9047cdd5cb7ec5b2 Mon Sep 17 00:00:00 2001 From: Nazareno Oviedo Date: Mon, 11 Apr 2022 11:18:51 -0300 Subject: [PATCH] feat: homepage mobile improve --- src/components/sections/homepage/hero/hero.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,