Skip to content

Commit

Permalink
update width of orange patch and move it bit down on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Feb 20, 2024
1 parent 6fab426 commit 730651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/_components/CommunityGrant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const CommunityGrant = () => {
</p>
</div>
</div>
<div className="absolute h-[100px] w-[120px] lg:h-[250px] lg:w-[275px] -bottom-2 left-1/3 lg:-bottom-6 z-10 lg:z-0 lg:left-[30%]">
<div className="absolute h-[100px] w-[115px] lg:h-[250px] lg:w-[275px] -bottom-3 left-1/3 lg:-bottom-6 z-10 lg:z-0 lg:left-[30%]">
<Image src="/assets/orange-patch.png" alt="Who section background" fill className="w-full" />
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-center lg:space-y-2">
<h2 className="font-extrabold text-xs lg:text-lg">Payment</h2>
Expand Down

0 comments on commit 730651c

Please sign in to comment.