html - css text formatting issue on android default browser -


i working on web application can browsed on android mobiles. facing following issue when zoom in , zoom out double tap

there sentence in h3 tag, when double tap zoom in, text wraped properly. wen zoom out again doing double tap, text dose not reformat automatically.

css using is:

 h3 {     font-size: 1pc;     font-size: 1.6rem;     font-weight: 400;     margin: 0 0 20px;     padding: 0;     line-height: 1.375;     overflow: hidden;  } 


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -