base
base copied to clipboard
Set font-size on html, not body, when using REMs
Shouldn't the font-size: 100%
be set on the root html
element rather than body
for REMs to be scalable between responsive steps? If I change the font-size
on the body
my REMs don't update, but if I change it on html
they do.