@ Media min und maxe Breite Material UI
const drawerWidth = {
width: '50%',
'@media (min-width: 780px)' : {
width: '80%'
}
}
Mystic Dev
const drawerWidth = {
width: '50%',
'@media (min-width: 780px)' : {
width: '80%'
}
}