repertoire: rep-entry + col h2 step-0, years col step-3

This commit is contained in:
Pontoporeia
2026-06-08 12:20:06 +02:00
parent ef6bff895a
commit c9fa5943cf
2 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
.repertoire-col > h2 {
grid-row: 1;
font-family: var(--font-display);
font-size: var(--step--2);
font-size: var(--step-0);
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--text-secondary);
@@ -112,7 +112,7 @@
padding: var(--space-3xs) 0;
margin: 0;
font-family: var(--font-body);
font-size: var(--step--1);
font-size: var(--step-0);
font-weight: 398;
color: var(--text-primary);
line-height: 1.4;