Skip to content

Commit

Permalink
fix: span gradient background to full width of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
spudoodle committed Dec 15, 2024
1 parent 2dfd4ac commit 5aabee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function RootLayout({
background:
"linear-gradient(45deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%)",
}}
className="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8 px-4 min-h-[70vh]"
className="w-full mx-auto py-6 sm:px-6 lg:px-8 px-4 min-h-[70vh]"
>
{children}
</div>
Expand Down

0 comments on commit 5aabee6

Please sign in to comment.