Logo and responsiveness changes

This commit is contained in:
2025-05-28 01:07:13 -06:00
parent 0b02d6d5a0
commit b2426a6071
10 changed files with 489 additions and 435 deletions

View File

@@ -17,7 +17,7 @@ import '../styles/global.css';
<ClientRouter />
</head>
<body class="flex flex-col min-h-screen">
<main class="flex-grow flex flex-col gap-4 items-center justify-center">
<main class="flex-grow flex flex-col gap-4 items-center justify-center pb-24 sm:pb-20">
<slot />
</main>
<NavigationBar client:load currentPath={currentPath} />