I\'m developing a Web page that uses different sizes for its different paragraphs, h... and so on. I\'m using em sizes: font-size: 2em;, as an example. But when I
You want to use media queries rather than JS. Alternatively, use JS to add a class to the body then use that to target what you want.