Add extra breakpoint at 700px

This commit is contained in:
Stefano Brilli 2020-05-06 09:28:46 +02:00
parent 97c1a62dd5
commit a6d0e99b42
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@ const useStyles = makeStyles(theme => ({
marginLeft: 'auto',
marginRight: 'auto',
},
[theme.breakpoints.up(700 + theme.spacing(2) * 2)]: {
width: 700,
},
},
paper: {
@ -41,6 +44,9 @@ const useStyles = makeStyles(theme => ({
padding: theme.spacing(3),
height: 600,
},
[theme.breakpoints.up(700 + theme.spacing(2) * 2)]: {
height: 700,
},
},
copyright: {
display: 'flex',