From 91edcd90ddff816e591092baee52cfe270d7daaf Mon Sep 17 00:00:00 2001 From: jsun969 Date: Sun, 11 Feb 2024 17:12:28 +1030 Subject: [PATCH] feat(layout): add bottom margin --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 170c5f3e..967ea949 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -46,7 +46,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
-
+
{children}