From 7bcb699ba665c0978f05f69eec3f2992c6da45dd Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 6 Apr 2026 19:37:24 +0200 Subject: [PATCH] fix: Chevron-Spitze zwischen Hero und Problem wiederhergestellt Navy-Dreieck ragt von unten in den Hero hinein (negative margin), erzeugt sauberen spitzen Uebergang zwischen Video-Hero und dunkler Problem-Section. Co-Authored-By: Claude Opus 4.6 (1M context) --- vorschau/css/style.css | 1 + vorschau/index.html | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/vorschau/css/style.css b/vorschau/css/style.css index 854270f..64a95ec 100644 --- a/vorschau/css/style.css +++ b/vorschau/css/style.css @@ -101,6 +101,7 @@ a { color:inherit; text-decoration:none; } .divider svg { display:block; width:100%; height:auto; } .divider-chevron { background:var(--alt-solid); } .divider-chevron-dark { background:var(--navy); } +.divider-chevron-into-hero { margin-top:-60px; position:relative; z-index:2; } .divider-diagonal { background:var(--base); } .divider-diagonal-dark { background:var(--base); } .divider-gradient-alt-to-base { height:40px; background:linear-gradient(to bottom, var(--alt-solid), var(--base)); } diff --git a/vorschau/index.html b/vorschau/index.html index 6e2b31a..a858394 100644 --- a/vorschau/index.html +++ b/vorschau/index.html @@ -102,6 +102,15 @@ +n +
+ +
+ + +
+ +