Fix: Social Links unterhalb der Navigation positioniert
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -51,8 +51,8 @@ const Hero = () => {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Top Navigation */}
|
{/* Social Links - unterhalb der Navigation (h-16 = 64px + 16px = top-20) */}
|
||||||
<div className="absolute top-4 w-full px-8 flex justify-between items-center" style={{ zIndex: 40 }}>
|
<div className="absolute top-20 w-full px-8 flex justify-between items-center" style={{ zIndex: 50 }}>
|
||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<a
|
<a
|
||||||
href="https://www.linkedin.com/in/damjan-savi%C4%87-720288127/"
|
href="https://www.linkedin.com/in/damjan-savi%C4%87-720288127/"
|
||||||
|
|||||||
Reference in New Issue
Block a user