Skip to content

Commit

Permalink
fix z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
debiff committed May 7, 2024
1 parent 09c1c8a commit a884c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/fleet/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Page = () => {
alt={"fleet header image"}
/>
<div className={"h-full flex flex-col justify-center"}>
<div className={"z-50"}>
<div className={"z-30"}>
<h1 className={`${epilogue.className} text-white text-[40px]`}>
Our fleet
</h1>
Expand Down

0 comments on commit a884c7f

Please sign in to comment.