oopsie doodle (fix search page)

This commit is contained in:
Lee
2024-09-09 09:46:48 +01:00
parent ccd2ff5033
commit 19e10e883d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ export default function RootLayout({
<BackgroundImage />
<TooltipProvider>
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
<main className="z-[9999] m-auto flex h-screen min-h-full flex-col items-center opacity-90 md:max-w-[1200px]">
<main className="z-[9999] m-auto flex h-screen flex-col items-center md:max-w-[1200px]">
<NavBar />
{children}
</main>