Please see my demo video: https://youtu.be/8BQ_UgMGK2E
I'm convinced that rem
is great for components, and em
for sub-components, but seemingly my height:5rem
is corresponding to something other than root font-size:16px
I cannot figure out why device / mobile emulation seems to scale the root font-size, as rem
should be consistent at 16px, regardless of how many pixels are on the screen
- Meta tag just says charset utf 8
window.devicePixelRatio
is a consistent2