feat: improve navbar, add opacity fade beneath, layout, and refactor
All checks were successful
test-build / guarddog (push) Successful in 31s
test-build / build (push) Successful in 2m0s
renovate / renovate (push) Successful in 2m7s

This commit is contained in:
2026-02-17 21:49:51 -06:00
parent c6f3179efb
commit 5ac23f08a4
4 changed files with 45 additions and 36 deletions

View File

@@ -61,7 +61,7 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
></script>
</head>
<body class="bg-stone-200 selection:bg-yellow-400 selection:text-neutral-700 dark:bg-stone-700">
<div class="mx-auto w-full max-w-(--breakpoint-2xl) grow px-4 sm:px-6 lg:px-8">
<div class="mx-auto w-full max-w-(--breakpoint-2xl) grow px-4 sm:px-6 lg:px-8 py-20">
<Header />
<main class="min-h-screen">
<slot />