remove unnecessary center keyword

This commit is contained in:
nikek
2020-10-12 11:02:16 +02:00
parent c26ee13e3e
commit 68497758fc
@@ -25,7 +25,7 @@ const useStyles = makeStyles(theme => ({
padding: theme.spacing(2, 2, 6),
backgroundImage: (props: { backgroundImage: string }) =>
props.backgroundImage,
backgroundPosition: '0 center',
backgroundPosition: 0,
},
content: {
padding: theme.spacing(2),