more layout improvements

This commit is contained in:
2025-01-01 21:39:33 -08:00
parent 32ab4104a7
commit d99ee9ef1e
7 changed files with 113 additions and 100 deletions

View File

@@ -29,7 +29,7 @@
</ul>
</nav>
</header>
<main class="flex min-w-full max-w-full flex-grow flex-col gap-4 xl:min-w-[1280px]">
<main class="flex min-w-full max-w-full flex-grow flex-col gap-4 xl:min-w-[78rem]">
{@render children()}
</main>