From e41f99291bcd94ad79aeedd88cb542c8a046874b Mon Sep 17 00:00:00 2001 From: Manuel Garcia Genta Date: Mon, 11 Apr 2022 17:02:06 -0300 Subject: [PATCH] fix: spacing search --- src/components/sections/blog/search/search.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/blog/search/search.module.scss b/src/components/sections/blog/search/search.module.scss index 803392a..8956914 100644 --- a/src/components/sections/blog/search/search.module.scss +++ b/src/components/sections/blog/search/search.module.scss @@ -7,7 +7,6 @@ padding-top: tovw(108px, 'default', 64px); @media screen and (max-width: 800px) { - gap: tovw(32px, 'default', 32px); flex-direction: column-reverse; } @@ -49,8 +48,9 @@ min-width: 34%; @media screen and (max-width: 800px) { - width: 100%; + margin-bottom: tovw(32px, 'default', 32px); padding-left: 0; + width: 100%; } > svg {