css3 - Twitter Bootstrap when mobile smaller margin for container -


yesterday started first bootstrap dev day. designer looks 1 super framework work have 1 problem:

as app designer know how important readability on mobile devices. bootstrap framework autosize container on mobile devices apply less margin edges text have larger lines (and less scrolling).

how apply this?

thanks in advance.

hope helps.

from source code. bootstrap-responsive@line 803

body { padding-right: 20px; padding-left: 20px; }

modify value more space.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -