feat: Add styles for track section header and label for improved layout and readability
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user