From 570860e6f816e2abd89a3b7a3c39f9372c29576e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Tue, 24 May 2022 16:35:52 +0200 Subject: [PATCH] General styles --- src/components/sections/about/hero/hero.module.scss | 4 ++++ src/components/sections/products/hero/hero.module.scss | 1 + 2 files changed, 5 insertions(+) diff --git a/src/components/sections/about/hero/hero.module.scss b/src/components/sections/about/hero/hero.module.scss index 4fd243f..deb1d3e 100644 --- a/src/components/sections/about/hero/hero.module.scss +++ b/src/components/sections/about/hero/hero.module.scss @@ -14,6 +14,10 @@ min-height: calc(var(--vh) * 100); .video_container { + @include respond-to('mobile') { + min-height: unset; + } + position: relative; align-self: center; width: 102%; diff --git a/src/components/sections/products/hero/hero.module.scss b/src/components/sections/products/hero/hero.module.scss index 8614c30..f08b0c5 100644 --- a/src/components/sections/products/hero/hero.module.scss +++ b/src/components/sections/products/hero/hero.module.scss @@ -23,6 +23,7 @@ .video_container { @include respond-to('mobile') { margin-top: unset; + min-height: unset; } align-self: center;