Update flex properties in custom.scss and sync cache for modified files

This commit is contained in:
2025-03-08 21:56:28 +01:00
parent db0930e178
commit 4c6a2e1e22
4 changed files with 16 additions and 12 deletions

View File

@@ -558,11 +558,15 @@ body.tax-product_cat {
}
.wpfMainWrapper {
flex-wrap: nowrap;
>div:first-child {
padding-left: 0 !important;
}
@media (min-width:768px) {
flex-wrap: wrap;
.wpfFilterButtons {
text-align: right;
}