Hero-Tagline: Outline-Stil entfernt, gefüllt mit 88% Weiß

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 23:13:40 +02:00
parent 1cb7a21759
commit 3a518f4a65

View File

@@ -126,18 +126,11 @@
font-size: clamp(3.5rem, 2rem + 7.5vw, 7.5rem);
}
/* Tagline als Outline-Typo (Trikotnummern-Look); Fallback: gefüllt */
.hero--display .hero__tagline {
margin-top: 0.5rem;
font-size: clamp(1.75rem, 1rem + 2.5vw, 2.75rem);
letter-spacing: 0.1em;
}
@supports (-webkit-text-stroke: 1px white) {
.hero--display .hero__tagline {
color: transparent;
-webkit-text-stroke: 1.5px rgb(255 255 255 / 0.9);
}
color: rgb(255 255 255 / 0.88);
}
.hero__scroll-cue {
@@ -588,7 +581,8 @@
.persons__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
justify-content: center;
gap: 1.5rem;
margin-top: 2.5rem;
text-align: left;