When visualising this website (http://bluecodestudio.com/kipos/updates/new/) on my desktop’s browser and on my iPhone’s browser, there is an annoying difference which I can’t fix.
The ‘p’ tags, which have a lower font-size, are displayed with the same font-size as the ‘h2′ tags when viewed on iOS’ Safari.
Which is the reason? Thanks in advance.
Mobile Safari and some other mobile browsers often increase text size to make it more readable.
You can disable this in CSS with the rule:
There are also -moz and -ms prefixes for other mobile browsers.