From cf0dec3513769a821e7a4f0e0d501cf1f6b5ff20 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 29 Mar 2026 19:26:30 -0400 Subject: [PATCH] fix: scale section headings with desktop breakpoints Co-Authored-By: Claude Sonnet 4.6 --- app/static/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/static/styles.css b/app/static/styles.css index 71fa9c5..1c942bb 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -299,6 +299,10 @@ main { font-size: 2.4rem; } + .section-heading { + font-size: 0.85rem; + } + .game-box { padding: 1.125rem 1.125rem 1rem; } @@ -331,6 +335,10 @@ main { font-size: 2.8rem; } + .section-heading { + font-size: 0.95rem; + } + .game-box { padding: 1.25rem 1.25rem 1.125rem; }