testing peroxy

This commit is contained in:
rei
2022-12-29 01:08:46 +01:00
parent e46339c7a7
commit 437a79877e
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ export const MainLayout = ({ children }: PropsWithChildren) => {
return (
<div className="w-11/12 lg:w-2/3 m-auto overflow-x-hidden">
<Navbar />
<main className="xl:p-10 p-6 xl:mt-10 mt-4">{children}</main>
<main className="xl:p-10 p-6 xl:mt-10">{children}</main>
</div>
);
};