mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-16 08:14:07 +00:00
fix: spacing search
This commit is contained in:
parent
df972ee350
commit
e41f99291b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user