Removed CSS I added that doesn't actually make a difference.
This commit is contained in:
parent
29933ccb71
commit
119f89489b
|
@ -10,8 +10,7 @@ const styles = theme => ({
|
||||||
...theme.mixins.gutters(),
|
...theme.mixins.gutters(),
|
||||||
margin: theme.spacing.unit * 2,
|
margin: theme.spacing.unit * 2,
|
||||||
paddingTop: theme.spacing.unit * 2,
|
paddingTop: theme.spacing.unit * 2,
|
||||||
paddingBottom: theme.spacing.unit * 2,
|
paddingBottom: theme.spacing.unit * 2
|
||||||
boxSizing: 'borderBox'
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue