mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
Use screen-xl for nav
This commit is contained in:
@@ -8,7 +8,7 @@ const routes = ["blog", "tracks"];
|
|||||||
|
|
||||||
<nav class="sticky top-0 z-10 max-w-none bg-white dark:bg-neutral-800">
|
<nav class="sticky top-0 z-10 max-w-none bg-white dark:bg-neutral-800">
|
||||||
<div
|
<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">
|
<a href="/" title="Home">
|
||||||
<Logo width={42} height={42} />
|
<Logo width={42} height={42} />
|
||||||
|
|||||||
Reference in New Issue
Block a user