Skip to content

Commit

Permalink
feat: small styling fix for highlight background
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Feb 6, 2024
1 parent a2d22e2 commit 33359c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ const Content = () => {
<canvas data-particle-animation></canvas>
</div>

<div className="absolute inset-0 -z-10 -mx-28 rounded-b-[3rem] pointer-events-none overflow-hidden"
<div className="absolute inset-0 -z-10 -mx-28 pointer-events-none overflow-hidden"
aria-hidden="true">
<div className="absolute left-1/2 -translate-x-1/2 bottom-0 -z-10">
<img src={glowImage} className="max-w-none" width="2146" height="774" alt="Hero Illustration" />
<img src={glowImage} className="max-w-none" width="1146" height="774" alt="Hero Illustration" />
</div>
</div>

Expand Down

0 comments on commit 33359c2

Please sign in to comment.