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
Post a Comment