fix min-width of AlbumDetails

This commit is contained in:
Dnouv 2021-03-16 11:51:11 +05:30 committed by Deluan Quintão
parent 5488a829c7
commit b62c270b7f

View File

@ -25,7 +25,7 @@ const useStyles = makeStyles((theme) => ({
root: {
[theme.breakpoints.down('xs')]: {
padding: '0.7em',
minWidth: '24em',
minWidth: '20em',
},
[theme.breakpoints.up('sm')]: {
padding: '1em',