Skip to content

Commit

Permalink
Added <br/>
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeetomeister committed Mar 21, 2024
1 parent c5bbfe5 commit 0796d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default function Home() {
return (
<div className="flex flex-col min-h-screen bg-gradient-to-b from-indigo-500 from-10% via-sky-500 via-30% to-emerald-500 to-90%">
<Header />
<br/>
<div className="flex-grow text-center">
<ProjectList />
</div>
Expand Down

0 comments on commit 0796d02

Please sign in to comment.