I use Container and it needs to be different size for mobile and for desktop.
How can I have the Container maxWidth
different size based on Breakpoints like this:
<Container maxWidth={{xs:"lg", lg:"md"}}>
instead of using the useStyle
and adding a className
.