fix: formatting error

This commit is contained in:
Kim, Jimin 2024-04-15 21:05:58 +09:00
parent 8bb50a7b81
commit ef780fe374
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -86,7 +86,7 @@ export default function RootLayout({
</noscript>
<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}
</main>
<Footer />