Skip to content

Commit

Permalink
Add margin L & R to Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrienne14 committed Nov 27, 2023
1 parent fa2df0c commit 088dbe2
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 088dbe2

Please sign in to comment.