파일 업로드 수정, css 고치기
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user