Oh okay… thanks for helping me understand this. I want it to be the other way around. Anything 1600px or greater would be 35.2px. So maybe I should change the (max-width: 1600px)
to (min-width: 1600px)
?
Tried it - yes I have achieved the functionality I want but now I am having a different problem whereas the font-size: 2.2vw
needs to change to font-size: 20px
at the iPad breakpoint. This is set up that way in Webflow already but is likely being overrode by the custom CSS. Is there a straightforward way to set a kind of lower bound for the application of the font-size change?