From bac4ade0dae17c84d81cbc3be2ed4e9445321386 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sun, 22 Mar 2026 01:04:16 -0400 Subject: [PATCH] feat: Add styles for track section header and label for improved layout and readability --- theme/assets/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 5360e2b..f401a80 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -1948,6 +1948,16 @@ p:last-child { margin-bottom: 0; } } /* ── 9. Pricing ────────────────────────────────────────────── */ +.section-header--track { + text-align: left; + margin-inline: 0; + max-width: none; +} +.section-header--track .section-label { + font-size: 1rem; + letter-spacing: .04em; +} + .pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr);