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} + + +
);