This commit is contained in:
@@ -3,7 +3,7 @@ import { Navbar } from "../components/Navbar";
|
||||
|
||||
export const MainLayout = ({ children }: PropsWithChildren) => {
|
||||
return (
|
||||
<div className="h-screen w-11/12 xl:w-2/3 mx-auto overflow-x-hidden">
|
||||
<div className="w-11/12 lg:w-2/3 m-auto overflow-x-hidden">
|
||||
<Navbar />
|
||||
<main className="mx-10">{children}</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user