From d12884f594b729e7e68138bd0108ac056e61b6bf Mon Sep 17 00:00:00 2001 From: Dekart Deploy Bot Date: Thu, 14 May 2026 16:02:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B0=D0=B3=D0=B5=D1=80=D1=8C:=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/dekart/page-camp.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/dekart/page-camp.php b/wp-content/themes/dekart/page-camp.php index 9257f3a..4dec542 100644 --- a/wp-content/themes/dekart/page-camp.php +++ b/wp-content/themes/dekart/page-camp.php @@ -265,18 +265,18 @@ $metrics = [ border-bottom: 1px solid #eee; border-radius: 0; box-shadow: none; - gap: 14px; + gap: 12px; } - .infograph__card:last-child { + .infograph__card:last-child { border-bottom: none; } .infograph__card::before { display: none; } .infograph__card-icon { - width: 50px; - height: 50px; - flex: 0 0 50px; + width: 44px; + height: 44px; + flex-shrink: 0; border-radius: 50%; background: #f5f5f5; display: flex; @@ -292,19 +292,22 @@ $metrics = [ } .infograph__card-body { flex: 1; + display: flex; + flex-direction: column; + justify-content: center; padding: 0; gap: 2px; } .infograph__stat { font-size: 1.1rem; font-weight: 700; - margin-bottom: 2px; + margin: 0; white-space: nowrap; } .infograph__label { font-size: 0.85rem; color: #666; - line-height: 1.4; + line-height: 1.2; text-transform: none; letter-spacing: normal; }