FIX: category tiles size for mobile

This commit is contained in:
Roman Pyrih
2024-12-30 08:27:41 +01:00
parent 12e8b2b029
commit c7834d8215
3 changed files with 21 additions and 2 deletions

View File

@@ -510,3 +510,22 @@ body.single-post {
}
}
}
body.tax-product_cat {
#page-container {
#main-content {
.woocommerce {
ul.products {
li.product {
.et_shop_image {
@media (max-width: 550px) {
width: 100% !important;
height: 100% !important;
}
}
}
}
}
}
}
}