From da277e41a427ecca9171bec5ac3cac047b556e6c Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 29 Mar 2026 09:48:47 -0400 Subject: [PATCH] fix: center game boxes on page --- app/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/styles.css b/app/static/styles.css index 4d2387b..101c35d 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -66,6 +66,7 @@ main { display: flex; flex-wrap: wrap; gap: var(--gap); + justify-content: center; } /* ── Game Card ──────────────────────────────────── */