From 3a518f4a65dc08db9af9c81703888e7f3a1fba4e Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Thu, 11 Jun 2026 23:13:40 +0200 Subject: [PATCH] =?UTF-8?q?Hero-Tagline:=20Outline-Stil=20entfernt,=20gef?= =?UTF-8?q?=C3=BCllt=20mit=2088%=20Wei=C3=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- public/assets/css/components.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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;