diff --git a/src/coding/proxy/server/dashboard.py b/src/coding/proxy/server/dashboard.py index 28fcf71..5d66768 100644 --- a/src/coding/proxy/server/dashboard.py +++ b/src/coding/proxy/server/dashboard.py @@ -159,7 +159,7 @@ def _build_favicon() -> bytes: .kpi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); - gap: 16px; + gap: 5px; margin-bottom: 24px; } .kpi-card {