fix: formatting error
This commit is contained in:
parent
8bb50a7b81
commit
ef780fe374
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default function RootLayout({
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<Header />
|
<Header />
|
||||||
<main className="max-w-screen-mobile mx-auto mb-8 mt-20 flex w-full grow flex-col items-center gap-8 px-4">
|
<main className="mx-auto mb-8 mt-20 flex w-full max-w-screen-mobile grow flex-col items-center gap-8 px-4">
|
||||||
{children}
|
{children}
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue