How to set media queries in Pinegrow 4?

How do you set media queries in Pinegrow 4? For instance,

@media (min-width: 576px) { color:red }

I can edit code but what is the best or fastest way in Pinegrow 4?

The documentation about media queries seems to be for old version and not clear.

It’s under Style CSS at the top of the Visual Editor
“SELECTOR & MEDIA QUERY”

1 Like