правки test1

This commit is contained in:
2026-04-04 20:11:22 +03:00
parent 601135a50a
commit bf43603aad
2 changed files with 4 additions and 4 deletions

View File

@@ -672,7 +672,7 @@
}
.catalog-grid {
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.catalog-card {

View File

@@ -19,9 +19,9 @@ function twentytwentyfour_test1_catalog_markup() {
$products = wc_get_products(
array(
'status' => 'publish',
'limit' => 3,
'order' => 'ASC',
'orderby'=> 'date',
'limit' => 4,
'order' => 'DESC',
'orderby' => 'popularity',
)
);