Skip to content

Commit

Permalink
fix image in card style
Browse files Browse the repository at this point in the history
  • Loading branch information
og24715 committed Apr 25, 2019
1 parent 7ed5803 commit d82b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/src/favorites/component/card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function FollowingCard({ item }) {
<CardMedia
image={item.coverArtUrl}
title={item.name}
style={{ height: 250 }}
style={{ paddingBottom: '67%' }}
/>
<CardActions disableActionSpacing>
<Button
Expand Down

0 comments on commit d82b0b8

Please sign in to comment.