fixed images resize ipad

This commit is contained in:
argoexpert press
2024-12-28 12:22:55 +03:00
parent e87a56165c
commit 19f12627a0

View File

@@ -20,9 +20,7 @@
}
@media (max-width: 1024px) {
.article-item {
width: 100%;
}
}
.article-item__image-container {
@@ -131,6 +129,10 @@
@media (max-width: 767px) {
.article-item {
width: 100%;
}
.article-item-mob{
display: block;
}