Hero-Tagline: Outline-Stil entfernt, gefüllt mit 88% Weiß
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -126,18 +126,11 @@
|
|||||||
font-size: clamp(3.5rem, 2rem + 7.5vw, 7.5rem);
|
font-size: clamp(3.5rem, 2rem + 7.5vw, 7.5rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tagline als Outline-Typo (Trikotnummern-Look); Fallback: gefüllt */
|
|
||||||
.hero--display .hero__tagline {
|
.hero--display .hero__tagline {
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
font-size: clamp(1.75rem, 1rem + 2.5vw, 2.75rem);
|
font-size: clamp(1.75rem, 1rem + 2.5vw, 2.75rem);
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
}
|
color: rgb(255 255 255 / 0.88);
|
||||||
|
|
||||||
@supports (-webkit-text-stroke: 1px white) {
|
|
||||||
.hero--display .hero__tagline {
|
|
||||||
color: transparent;
|
|
||||||
-webkit-text-stroke: 1.5px rgb(255 255 255 / 0.9);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__scroll-cue {
|
.hero__scroll-cue {
|
||||||
@@ -588,7 +581,8 @@
|
|||||||
|
|
||||||
.persons__grid {
|
.persons__grid {
|
||||||
display: 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;
|
gap: 1.5rem;
|
||||||
margin-top: 2.5rem;
|
margin-top: 2.5rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user