feat: reduce page sizing complexity

This commit is contained in:
Troy 2025-02-13 18:55:50 +00:00
parent 089859e1f3
commit c5e1e5dda7
Signed by: troy
GPG key ID: DFC06C02ED3B4711
13 changed files with 95 additions and 101 deletions

View file

@ -6,7 +6,7 @@ const pathname = new URL(Astro.request.url).pathname;
const currentPath = pathname.replace(/\/$/, "");
---
<header class="mx-auto mb-8 w-full max-w-[65ch] space-y-6 md:pt-4">
<header class="mx-auto w-full">
<nav
class="md:flex-no-wrap flex w-full flex-wrap justify-between"
x-data="{ open: false }"