feat: Add styles for track section header and label for improved layout and readability

This commit is contained in:
Matt Batchelder
2026-03-22 01:04:16 -04:00
parent beb0502b02
commit bac4ade0da

View File

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