We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7054104 commit 96d1c61Copy full SHA for 96d1c61
2 files changed
app/layout.tsx
@@ -10,7 +10,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
10
return (
11
<html lang="en">
12
<body>
13
- <main className="min-h-screen flex items-center justify-center" style={{ padding: '2rem 1.25rem' }}>
+ <main>
14
{children}
15
</main>
16
</body>
0 commit comments