Footer-Headings auf 28px (neuer Token --fs-650) + Letter-Spacing für Coolvetica-Lesbarkeit
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -274,11 +274,13 @@
|
|||||||
color: var(--clr-text);
|
color: var(--clr-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Spalten-Headings mit rotem Akzentstrich */
|
/* Spalten-Headings mit rotem Akzentstrich — Coolvetica ist schmal,
|
||||||
|
braucht hier mehr Größe + Laufweite für Lesbarkeit */
|
||||||
.site-footer__heading {
|
.site-footer__heading {
|
||||||
font-size: var(--fs-600);
|
font-size: var(--fs-650);
|
||||||
|
letter-spacing: 0.06em;
|
||||||
margin-bottom: 1.1rem;
|
margin-bottom: 1.1rem;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.6rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
--fs-400: 0.9375rem; /* 15px Footer, Meta */
|
--fs-400: 0.9375rem; /* 15px Footer, Meta */
|
||||||
--fs-500: 1.125rem; /* 18px Navigation */
|
--fs-500: 1.125rem; /* 18px Navigation */
|
||||||
--fs-600: 1.3125rem; /* 21px Body */
|
--fs-600: 1.3125rem; /* 21px Body */
|
||||||
|
--fs-650: 1.75rem; /* 28px Zwischengröße (z.B. Footer-Headings) */
|
||||||
--fs-700: clamp(2rem, 1.2rem + 3.5vw, 3.125rem); /* 50px h3 */
|
--fs-700: clamp(2rem, 1.2rem + 3.5vw, 3.125rem); /* 50px h3 */
|
||||||
--fs-800: clamp(2.25rem, 1.3rem + 4.5vw, 3.75rem); /* 60px h2 */
|
--fs-800: clamp(2.25rem, 1.3rem + 4.5vw, 3.75rem); /* 60px h2 */
|
||||||
--fs-900: clamp(3rem, 1.75rem + 5.5vw, 6rem); /* 96px h1 */
|
--fs-900: clamp(3rem, 1.75rem + 5.5vw, 6rem); /* 96px h1 */
|
||||||
|
|||||||
Reference in New Issue
Block a user