fix: scale section headings with desktop breakpoints
All checks were successful
CI / Lint (push) Successful in 6s
CI / Test (push) Successful in 8s
CI / Build & Push (push) Successful in 17s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 19:26:30 -04:00
parent 58c31d6766
commit cf0dec3513

View File

@@ -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;
}