From 779351db178498a568391e790fa5d6573487f9d6 Mon Sep 17 00:00:00 2001 From: corgifist Date: Mon, 28 Jul 2025 13:59:48 +0300 Subject: [PATCH] replaced global bottom margin with global top 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 aeb100e..2969275 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -48,7 +48,7 @@ export default async function RootLayout({ -
+
{children}