Skip to content

Commit

Permalink
Adjust height
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorjdawson committed Mar 20, 2020
1 parent 5a7ab92 commit 0e3ef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nft-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const VERT_CARD_WIDTH = '380px'

const VERT_CARD_WIDTH_MOBILE = '80vw'

const HORIZONTAL_CARD_HEIGHT = '200px'
const HORIZONTAL_CARD_HEIGHT = '210px'
const HORIZONTAL_CARD_WIDTH = '80vw'
const HORIZONTAL_CARD_MAX_WIDTH = '670px'

Expand Down

0 comments on commit 0e3ef25

Please sign in to comment.