Skip to content

Commit

Permalink
Merge pull request #89 from gofr-dev/development
Browse files Browse the repository at this point in the history
fixed the sharp edges at hero section
  • Loading branch information
naveen-bandela-au2 authored Aug 12, 2024
2 parents ea23f0a + 0f4ede6 commit 727cce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function Hero() {
</div>
<div className="relative">
<Image
className="absolute -right-64 -top-64"
className="absolute -right-2 -top-64"
src={blurCyanImage}
alt=""
width={530}
Expand All @@ -153,7 +153,7 @@ export function Hero() {
priority
/>
<Image
className="absolute -bottom-40 -right-44"
className="absolute -bottom-40 -right-1"
src={blurIndigoImage}
alt=""
width={567}
Expand Down

0 comments on commit 727cce1

Please sign in to comment.