a11y
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m36s

This commit is contained in:
2025-06-12 16:16:38 -06:00
parent 2ad6585a07
commit df33b94e38
12 changed files with 284 additions and 336 deletions

View File

@@ -29,7 +29,7 @@ const pageDescription = description || siteConfig.meta.description;
<title>{pageTitle}</title>
<ClientRouter />
</head>
<body class="flex flex-col min-h-screen">
<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-24 sm:pb-20">
<slot />
</main>