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

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -