Skip to content

Commit

Permalink
fix: landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceBaghel258025 committed Nov 16, 2023
1 parent a52ca24 commit b3df5a2
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 @@ -61,7 +61,7 @@ export default function Home() {
asChild
></Button>
</Header>
<div className="relative y-0 flex flex-col flex-grow p-20 h-screen justify-center items-center gap-2 text-center">
<div className="absolute top-0 w-full y-0 flex flex-col flex-grow p-20 h-screen justify-center items-center gap-2 text-center">
<div className="absolute inset-0 -z-5">
<Image
src="/isometric.png"
Expand Down

0 comments on commit b3df5a2

Please sign in to comment.