Skip to content

Commit

Permalink
Set max screen width for content
Browse files Browse the repository at this point in the history
  • Loading branch information
DiggidyDev committed Mar 19, 2024
1 parent 0628a72 commit 828fb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function RootLayout({
return (
<html lang="en">
<body className={inter.className}>
<main className="flex min-h-screen flex-col items-center justify-between p-8">
<main className="flex max-w-screen min-h-screen flex-col items-center justify-between p-8">
{children}
</main>
</body>
Expand Down

0 comments on commit 828fb12

Please sign in to comment.