Skip to content

Commit

Permalink
Update image positioning in page component
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkrider0007 committed Nov 21, 2023
1 parent b478dec commit 9e4bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home() {
alt="logo"
width={750}
height={350}
className="absolute z-0 opacity-20"
className="fixed z-0 opacity-20"
/>
<div className="z-[5] flex items-center flex-col mt-20 gap-4">
<h1 className="text-6xl">SHARKTANK</h1>
Expand Down

0 comments on commit 9e4bef6

Please sign in to comment.