fix: spacing search

This commit is contained in:
Manuel Garcia Genta 2022-04-11 17:02:06 -03:00
parent df972ee350
commit e41f99291b

View File

@ -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 {