Stop your font sizes differing between Landscape and Portrait mode on iOS
· Reading time: ~1 minute(s) (57 words) programming css web iosHave you ever had the problem where you’re styling some content but when you rotate the device to change between landscape and portrait modes on an iOS device, the font size changes?
The simplest way to resolve it is to include this in one of your primary css rules such as html
or body
:
|
|