Skip to content

Commit

Permalink
change card margin
Browse files Browse the repository at this point in the history
  • Loading branch information
shiburagi committed Jan 10, 2019
1 parent 4fca9a7 commit 8501f61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Card/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import PropTypes from 'prop-types';
const useStyles = makeStyles(theme => ({
paper: {
padding: 24,
marginTop: "2px",
marginBottom: "6px",
marginLeft:2,
marginRight:2,
height: "146px",
},
cardPercentage: {
Expand Down

0 comments on commit 8501f61

Please sign in to comment.