파일 업로드 수정, css 고치기

This commit is contained in:
root
2026-01-25 17:10:02 +09:00
parent 497ac11f26
commit 48f706cc42
3 changed files with 20 additions and 13 deletions

View File

@@ -23,10 +23,8 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<html lang="ko" className="h-full">
<body className={`${geistSans.variable} ${geistMono.variable} antialiased h-full min-h-screen`} >
{children}
</body>
</html>