Skip to content

Commit

Permalink
fix hero overlapping body copy
Browse files Browse the repository at this point in the history
  • Loading branch information
laubsauger committed Jan 29, 2024
1 parent 517898f commit 4304684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EdenArtFrontPage/EdenArtFrontPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default function EdenArtFrontPage() {
</div> */}
</div>
<section className="flex flex-col">
<div className="text-white flex px-4 xl:px-24 mt-10 flex-col">
<div className="text-white flex px-4 xl:px-24 mt-10 flex-col z-10">
{/* 1st section */}
<div className="flex flex-col sm:flex sm:flex-row sm:mt-6">
<div className="lg:w-1/2 pt-3 pb-3 sm:w-10/12">
Expand Down

0 comments on commit 4304684

Please sign in to comment.