responsive-layout
responsive-layout copied to clipboard
Change css widths
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
+1 Please add variable support for this. So we can change them.