From 2046af1407ddb54a44efe6f0c80e410b8bccec72 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 1 Mar 2026 09:29:48 -0800 Subject: [PATCH] center metrics --- src/client/styles/dashboard.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/styles/dashboard.ts b/src/client/styles/dashboard.ts index 14d8a43..9d97e2d 100644 --- a/src/client/styles/dashboard.ts +++ b/src/client/styles/dashboard.ts @@ -8,6 +8,7 @@ export const VitalsSection = define('VitalsSection', { gap: 24, width: '100%', maxWidth: 800, + margin: '0 auto', variants: { narrow: { gap: 12,