This commit is contained in:
Roman Pyrih
2024-12-16 09:46:05 +01:00
parent 83e22761a7
commit 12e8b2b029
3 changed files with 15 additions and 2 deletions

View File

@@ -497,3 +497,16 @@ body.single-post {
}
}
}
#products-list {
ul.products {
li.product {
.et_shop_image {
@media (max-width: 550px) {
width: 100% !important;
height: 100% !important;
}
}
}
}
}