fix navigation

This commit is contained in:
nadja
2026-09-03 17:23:44 +02:00
parent 5deb3e0251
commit 2e7d3d299c
2 changed files with 10 additions and 3 deletions

View File

@@ -37,7 +37,6 @@
<!-- Hero mit Profilbild --> <!-- Hero mit Profilbild -->
<header class="hero" id="hero"> <header class="hero" id="hero">
<header class="hero">
<img src="https://yt3.googleusercontent.com/ytc/AIdro_nV0BeUU6X1nvBat082Xuau7R-DzRHMX0hBHONIGmStA9w=s900-c-k-c0x00ffffff-no-rj" <img src="https://yt3.googleusercontent.com/ytc/AIdro_nV0BeUU6X1nvBat082Xuau7R-DzRHMX0hBHONIGmStA9w=s900-c-k-c0x00ffffff-no-rj"
alt="Duda17 Profilbild" class="hero-avatar"> alt="Duda17 Profilbild" class="hero-avatar">
<div class="hero-content"> <div class="hero-content">

View File

@@ -150,8 +150,7 @@ body {
} }
.nav-inner { .nav-inner {
max-width: 1200px; width: 100%;
margin: 0 auto;
padding: 0 20px; padding: 0 20px;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -167,6 +166,15 @@ body {
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
background-clip: text; background-clip: text;
transition: opacity 0.2s ease, width 0.2s ease;
overflow: hidden;
white-space: nowrap;
}
.nav-brand:hover {
opacity: 0;
width: 0;
padding: 0;
} }
.nav-links { .nav-links {