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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -