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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -