Skip to content

Commit

Permalink
Merge pull request #8 from vnvyvu/init
Browse files Browse the repository at this point in the history
Remove padding
  • Loading branch information
vnvyvu authored May 7, 2024
2 parents 872904c + 5e04de7 commit 02616b6
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 @@ -22,7 +22,7 @@ export default function RootLayout({
return (
<html lang='en'>
<body className={inter.className}>
<div className='bg-[#dcdbe0] px-28 py-8'>
<div className='bg-[#dcdbe0]'>
{header}
{main}
{footer}
Expand Down

0 comments on commit 02616b6

Please sign in to comment.