Hi, can I change css "width rules"? In my case xs is to wide, so I would like to change for example:
@media only screen and (min-width: 48em)
to
@media only screen and (min-width: 33em)
and so on. But it is a built-in css. There is any possibility to change it?
Thanks.
Karl