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 {