Bootstrap width slightly too wide on mobile – Twitter bootstrap
I'm just starting out with twitter-bootstrap and after setting up a simple page it started to appear a few pixels too wide on mobile. I've narrowed it down to some very simple code: <div class="container"> <div class="row"> <div>Some text</div> <div…