Skip to content

Commit

Permalink
Refactor NFT Card component to center align the card horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikugodwill committed Sep 28, 2024
1 parent 2846c32 commit 70f7ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widget/components/NFT/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const Card = ({ data }) => {
transition: background-color 0.25s ease-in-out;
border: 4px solid #ed8a71;
max-width: 300px;
margin: 0 auto;
.title,
.price {
font-size: 16px;
Expand Down

0 comments on commit 70f7ae7

Please sign in to comment.