ik hou van kaas

This commit is contained in:
ben
2026-08-19 11:56:44 +02:00
parent 8fe812e8e6
commit 468c34ff92
9 changed files with 320 additions and 107 deletions
@@ -18,8 +18,8 @@ export default function RootLayout({
children: React.ReactNode
}>) {
return (
<html lang="en" className="bg-background">
<body className={inter.className}>
<html lang="en" className="h-full overflow-hidden bg-background">
<body className={`${inter.className} h-full overflow-hidden`}>
<AuthProvider>{children}</AuthProvider>
</body>
</html>