Skip to content

Commit

Permalink
Increase padding-left and padding-right to 8px around xNFT button #3549
Browse files Browse the repository at this point in the history
… (#3552)
  • Loading branch information
saikumarpb authored Apr 3, 2023
1 parent 885db79 commit abc2473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export function NFTCard({
zIndex: 2,
display: "flex",
justifyContent: "flex-start",
padding: "0 5px",
padding: "0 8px",
gap: "6px",
}}
>
Expand Down

1 comment on commit abc2473

@vercel
Copy link

@vercel vercel bot commented on abc2473 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.