Removed CSS I added that doesn't actually make a difference.

This commit is contained in:
WildScotsmen 2018-12-17 01:38:56 -05:00
parent 29933ccb71
commit 119f89489b
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ const styles = theme => ({
...theme.mixins.gutters(),
margin: theme.spacing.unit * 2,
paddingTop: theme.spacing.unit * 2,
paddingBottom: theme.spacing.unit * 2,
boxSizing: 'borderBox'
paddingBottom: theme.spacing.unit * 2
},
});