fixed ipad resize photo

This commit is contained in:
2024-12-28 12:20:36 +03:00
parent 92e1eef21e
commit cadf45e150
3 changed files with 14 additions and 6 deletions

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;
}

View File

@@ -21,6 +21,12 @@
font-weight: 500;
}
ul.wp-block-list li{
display: block;
padding: 4px 0;
}
@media (max-width: 1439px) {
.content {
grid-template-columns: 36.4rem 1fr;