From 44df07bb39b37c3615b680bd82de85bd1336a753 Mon Sep 17 00:00:00 2001 From: maksim Date: Fri, 20 Jun 2025 14:31:00 +0300 Subject: [PATCH] =?UTF-8?q?task=206809=20|=20=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=81=D0=B5=D1=82=D0=BA=D0=B8=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0=20=D0=B2=20=D0=B0=D0=B4?= =?UTF-8?q?=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shop/components/catalog/assets/css/catalog.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css b/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css index 9bf2d5c..b6d1d0b 100644 --- a/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css +++ b/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css @@ -889,6 +889,7 @@ display: none; .product{ padding: 12px; padding-top: 20px; + } .product__title{ font-weight: 700; @@ -899,7 +900,9 @@ display: none; .to-know p { font-size: 18px; } - +.product__item{ + width: calc(50% - 24px); +} }