Use screen-xl for nav

This commit is contained in:
thiloho
2025-07-18 23:36:10 +02:00
parent 1c0bb4ad8d
commit 69aef50f00

View File

@@ -8,7 +8,7 @@ const routes = ["blog", "tracks"];
<nav class="sticky top-0 z-10 max-w-none bg-white dark:bg-neutral-800">
<div
class="mx-auto flex max-w-screen-lg items-center justify-between ps-4 pe-2 text-neutral-700 dark:text-neutral-300"
class="mx-auto flex max-w-screen-xl items-center justify-between ps-4 pe-2 text-neutral-700 dark:text-neutral-300"
>
<a href="/" title="Home">
<Logo width={42} height={42} />