Skip to content

Commit

Permalink
fix: align first tabel cell horizontally with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanruo Liang committed May 18, 2021
1 parent 7a6b34a commit 669cb13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const useStyles = makeStyles((theme) =>
flexDirection: 'column',
[theme.breakpoints.up('md')]: {
width: '40%',
paddingTop: theme.spacing(5.5),
paddingTop: theme.spacing(7.5),
paddingRight: () => '10%',
marginLeft: () => 0,
},
Expand Down

0 comments on commit 669cb13

Please sign in to comment.