Skip to content

Commit

Permalink
move amount patch a bit up on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Feb 20, 2024
1 parent 730651c commit b367ae5
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 @@ -68,7 +68,7 @@ export const CommunityGrant = () => {
</p>
</div>
</div>
<div className="absolute rotate-6 h-[70px] w-[70px] lg:h-[200px] lg:w-[200px] -bottom-6 lg:bottom-4 right-3 lg:right-0">
<div className="absolute rotate-6 h-[70px] w-[70px] lg:h-[200px] lg:w-[200px] -bottom-2 lg:bottom-4 right-3 lg:right-0">
<Image src="/assets/gray-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">Amount</h2>
Expand Down

0 comments on commit b367ae5

Please sign in to comment.