How to make a page both scale with viewport size and also be accessible for people zooming in.
Making a page responsive, I've once resorted to sizing elements with vw/vh, however that can make it difficult to zoom in on text so it's bad for accessibility. What's a good general approach?