From cf74df445b719c9fcba03568b8f130f91d6db08c Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Mon, 5 Jan 2026 23:38:25 +0100 Subject: [PATCH] Fix: Social Links unterhalb der Navigation positioniert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Von top-4 auf top-20 verschoben (unter 64px Navigation) - z-index auf 50 erhöht für Sichtbarkeit - LinkedIn und GitHub Icons jetzt sichtbar 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/pages/home/components/Hero.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home/components/Hero.tsx b/src/pages/home/components/Hero.tsx index dded885..6810d78 100644 --- a/src/pages/home/components/Hero.tsx +++ b/src/pages/home/components/Hero.tsx @@ -51,8 +51,8 @@ const Hero = () => { ))} - {/* Top Navigation */} -
+ {/* Social Links - unterhalb der Navigation (h-16 = 64px + 16px = top-20) */} +