From d1d711828c61d35a13fe5b7a4bf49434cdc80d81 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 29 Mar 2026 09:45:18 -0400 Subject: [PATCH] fix: center and resize page title and section headings --- app/static/styles.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 1aeae95..4d2387b 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -29,15 +29,14 @@ body { /* ── Header ─────────────────────────────────────── */ header { - padding: 1rem 1.25rem 0.5rem; + padding: 1rem 1.25rem 0.25rem; + text-align: center; } .header-title { - font-size: 0.7rem; + font-size: 2rem; font-weight: 700; - text-transform: uppercase; - letter-spacing: 0.15em; - color: var(--text-muted); + color: var(--text); } /* ── Layout ─────────────────────────────────────── */ @@ -55,12 +54,12 @@ main { } .section-heading { - font-size: 0.7rem; + font-size: 2rem; font-weight: 700; - text-transform: uppercase; - letter-spacing: 0.12em; - color: var(--text-muted); - margin-bottom: 0.75rem; + text-align: center; + color: var(--text); + margin-bottom: 1rem; + margin-top: 0.5rem; } .games-grid {