switch to chackra, bugfixes

This commit is contained in:
Sara
2023-12-21 13:56:37 +01:00
parent 5535f20fab
commit 89dc6ebb01
8 changed files with 384 additions and 201 deletions

View File

@@ -91,7 +91,7 @@ export default async function RootLayout({ children, params }: LayoutProps) {
<Providers>
<div
id="container"
className="items-center h-[100svh] w-[100svw] p-2 md:p-4 grid grid-rows-layout gap-2 md:gap-4"
className="items-center h-[100svh] w-[100svw] p-2 md:p-4 grid grid-rows-layout-topbar gap-2 md:gap-4"
>
<header className="flex justify-between items-center w-full">
{/* Logo on the left */}