Skip to content

Commit

Permalink
fix: remove container & padding from main
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 18, 2024
1 parent ab592c4 commit 3c73f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Navbar from '@/components/Navbar';

export default function Home() {
return (
<main className="container px-4 py-3 lg:px-20 lg:py-4">
<main>
<Navbar />
</main>
);
Expand Down

0 comments on commit 3c73f89

Please sign in to comment.