diff --git a/public/assets/css/components.css b/public/assets/css/components.css index 93cd193..a6e5775 100644 --- a/public/assets/css/components.css +++ b/public/assets/css/components.css @@ -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;