Added 404

This commit is contained in:
2026-01-25 00:26:45 -07:00
parent 0512645035
commit 74304dba4d
5 changed files with 302 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ const pageDescription = description || config.siteConfig.meta.description;
</head>
<body class="flex flex-col min-h-screen overflow-x-hidden">
<main
class="flex-grow flex flex-col gap-4 items-center justify-center pb-[68px] sm:pb-[76px]"
class="grow flex flex-col gap-4 items-center justify-center pb-17 sm:pb-19"
>
<slot />
</main>