Custom css media rules

Hi, I’m using the following script ( @media screen and (min-width: 1200px) { .w-container { max-width: 1170px; } } ) to create a 1200 container.

Is there any way to add media rules for different breakpoints, while still using the 1200px rule? For example, one rule at under 1199px and under?

Thanks


Here is my public share link: LINK
(how to access public share link)

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.