From 5bc399cbb1f410a5d3d37a00076b1934261a819c Mon Sep 17 00:00:00 2001 From: Ben Scobie Date: Mon, 5 Aug 2024 09:02:44 +0100 Subject: [PATCH] Fix layout centering --- components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Layout.tsx b/components/Layout.tsx index 61dab8b..edd811e 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -11,7 +11,7 @@ function Layout({ children, className }: LayoutProps) { return (
-
{children}
+
{children}
);