From 03071fd923fcdd0e839a6f9b6b830df0e515baa2 Mon Sep 17 00:00:00 2001 From: collinsC10 Date: Sun, 6 Oct 2024 14:32:37 +0100 Subject: [PATCH] fix: Add spacing btw navbar and content --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 5e675bcb..de9ba795 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -54,7 +54,7 @@ export default function RootLayout({ -
+
{children}