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