Skip to content

Commit

Permalink
fix: changed the width of card (Greenstand#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitia-anah authored Mar 23, 2022
1 parent 6ac75de commit 3138428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/Home.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const styles = (theme) => ({
padding: 0,
flexWrap: 'wrap',
'&>div': {
minWidth: '336px',
minWidth: '300px',
},
},
dashstatWraper: {
Expand Down

0 comments on commit 3138428

Please sign in to comment.