mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-16 12:33:57 +00:00
fix layout
This commit is contained in:
@@ -2,12 +2,10 @@ import { Head, Html, Main, NextScript } from "next/document"
|
||||
|
||||
export default function Document() {
|
||||
return (
|
||||
<Html lang="en" className={"h-screen bg-zinc-950"}>
|
||||
<Html lang="en" className={"h-screen bg-background"}>
|
||||
<Head />
|
||||
<body className={"grid h-full grid-rows-[auto_1fr] overflow-hidden"}>
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
</Html>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user