From a0d9d011bb4583ebcd0bb4289479ea051262c397 Mon Sep 17 00:00:00 2001 From: 40food <40food@naver.com> Date: Fri, 30 Jan 2026 11:47:42 +0900 Subject: [PATCH] =?UTF-8?q?[URECA-84]=20fix:=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9788abf..4bafdb7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,12 +34,18 @@ export default function RootLayout({ children }: { children: ReactNode }) { gowunDodum.variable, 'bg-[#FBF8FB]', 'min-h-dvh', + 'flex', + 'flex-col', + 'items-center', + 'justify-center', ].join(' ')} > - - {children} - - +
+ + {children} + + +
);