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

@@ -150,8 +150,7 @@ body {
}
.nav-inner {
max-width: 1200px;
margin: 0 auto;
width: 100%;
padding: 0 20px;
display: flex;
align-items: center;
@@ -167,6 +166,15 @@ body {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
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 {