From 8bd9dfb5abb94eb6716762d10bcacb3b4f15e797 Mon Sep 17 00:00:00 2001 From: Win Parker Date: Thu, 18 Jul 2024 12:00:58 +0700 Subject: [PATCH] fix large screen margins --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 978eda2..57446a3 100755 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,7 +20,7 @@ export default function RootLayout({ }) { return ( - + {children}