From 00da9ba100dc01e968da92193ee7f904d2c4c718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Fri, 27 May 2022 11:01:08 +0200 Subject: [PATCH] Fix Blog hero --- src/components/sections/blog/hero/hero.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/blog/hero/hero.module.scss b/src/components/sections/blog/hero/hero.module.scss index 9bd7b75..1411f5f 100644 --- a/src/components/sections/blog/hero/hero.module.scss +++ b/src/components/sections/blog/hero/hero.module.scss @@ -27,7 +27,7 @@ display: flex; place-content: center; - min-height: tovw(590px, 'default', 290px); + min-height: tovw(650px, 'default', 340px); .hero { @include respond-to('mobile') { @@ -35,7 +35,7 @@ } margin: auto; - margin-top: tovw(-190px, 'default', -190px); + margin-top: tovw(-190px, 'default', -950px); width: tovw(1580px, 'default', 700px); mix-blend-mode: screen;