Skip to content

Commit

Permalink
Merge pull request #19 from Adrienne14/feature/13-add-margin
Browse files Browse the repository at this point in the history
feature: (#13) - Add margin L & R to Cards
  • Loading branch information
Buko-pie authored Nov 29, 2023
2 parents fa2df0c + 088dbe2 commit 4cf13ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/MarketplaceV2/components/Card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Card(props: Props) {
<>
<CardContainer className="secondary-drop-shadow" onClick={handleNav}>
<Header {...{ name, rarity, badge }} />
<SpriteDisplay {...{ spriteName }} />
<SpriteDisplay {...{ spriteName }} style={{margin: '0 10px'}} />
<Details>
<TextBox>
<H5 fsize="0.8em">Current Price</H5>
Expand Down

0 comments on commit 4cf13ef

Please sign in to comment.