feat: enhance header navigation

This commit is contained in:
Henry
2025-10-17 08:27:25 +01:00
parent b2f3849716
commit ad7e0e89dd
2 changed files with 104 additions and 88 deletions

View File

@@ -26,8 +26,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
`}</style>
<div className="mx-auto flex h-full min-h-screen min-w-[375px] flex-col items-center bg-light-100 dark:bg-dark-50">
<PatternedBackground />
<Header isLoggedIn={isLoggedIn} />
<div className="z-10 mx-auto h-full w-full max-w-[1100px]">
<Header isLoggedIn={isLoggedIn} />
{children}
</div>
<Footer />