From 07ba19da2a2c58498f77c6d7f336c4514aff1f73 Mon Sep 17 00:00:00 2001 From: corgifist Date: Mon, 28 Jul 2025 13:56:28 +0300 Subject: [PATCH] added global 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 c1e0b84..aeb100e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -48,7 +48,7 @@ export default async function RootLayout({ -
+
{children}