@ Media Min y Max Width Material UI

const drawerWidth = {
  width: '50%',
  '@media (min-width: 780px)' : {
    width: '80%'
  }
}
Mystic Dev