Footer fix

This commit is contained in:
Koper
2023-07-21 19:52:17 +07:00
parent 0db646e0fd
commit 1be333b512
2 changed files with 2 additions and 4 deletions

View File

@@ -17,9 +17,7 @@ export default function RootLayout({ children }) {
<title>Test</title>
</Head>
<body className={roboto.className + " flex flex-col min-h-screen"}>
<main className="flex-grow">
{children}
</main>
</body>
</html>