Testseite hinzugefügt
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s

This commit is contained in:
2026-04-01 08:19:09 +02:00
parent fd5dc46b97
commit 402ab0fbbb
11 changed files with 345 additions and 68 deletions

View File

@@ -34,3 +34,24 @@ const currentPath = pathname.slice(1);
</nav> -->
</div>
</header>
<style>
@reference "../styles/global.css";
.main-header {
@apply sticky top-0 z-50 w-full bg-linear-to-b from-white/80 to-header-bg/80 backdrop-blur-md shadow-md;
}
/* Innere Zentrierung */
.header-container {
@apply container mx-auto flex h-16 items-center justify-between px-6;
}
/* Navigations-Links */
.nav-list {
@apply flex items-center gap-8;
}
.nav-item {
@apply text-sm font-medium text-nav-text transition-colors hover:text-nav-hover;
}
</style>