html - Fonts so big in mobile <p> and other tags -


my fonts in mobile bigger desktop! (iphone 5c). i'm test em font size , nothing... , others pages h2, h4... diferents sizes in mobile css same... used reset.css , never can problem... sorry english! rsrs

example:

<h4 class="sub-titulo">texto</h4>  

(http://visibilita.com.br/teste01/missao-visao-valores.php)

you must use css properties:

text-size-adjust: 100%; -webkit-text-size-adjust: 100%; 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -