parent
85dd86e3e2
commit
fa4ec3fa53
@ -1 +1,13 @@ |
|||||||
/* Стили для планшетов */ |
/* Стили для планшетов */ |
||||||
|
@media (min-width:769px) and (max-width:1200px) { |
||||||
|
.anons-best__card-wrap { |
||||||
|
display: grid; |
||||||
|
grid-template-columns: repeat(2, minmax(0, 1fr))!important; |
||||||
|
gap: 24px; |
||||||
|
} |
||||||
|
.anons-article__card-wrap { |
||||||
|
display: grid; |
||||||
|
grid-template-columns: repeat(2, minmax(0, 1fr))!important; |
||||||
|
gap: 40px 25px; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue