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

@@ -36,9 +36,9 @@
"cgi-bin": {},
"cron-products.php": {
"type": "-",
"size": 1277,
"size": 1320,
"lmtime": 0,
"modified": false
"modified": true
},
".DS_Store": {
"type": "-",
@@ -152,9 +152,9 @@
},
"wp-config.php": {
"type": "-",
"size": 3724,
"size": 3677,
"lmtime": 0,
"modified": false
"modified": true
},
"wp-config-sample.php": {
"type": "-",
@@ -195,20 +195,20 @@
"css": {
"custom.css": {
"type": "-",
"size": 6794,
"lmtime": 1731417918502,
"size": 9454,
"lmtime": 1741250182596,
"modified": false
},
"custom.css.map": {
"type": "-",
"size": 10515,
"lmtime": 1731417918502,
"size": 13024,
"lmtime": 1741250182596,
"modified": false
},
"custom.scss": {
"type": "-",
"size": 7588,
"lmtime": 1731417918009,
"size": 9821,
"lmtime": 1741250182366,
"modified": false
},
"dynamic-assets": {},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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