html - How at least approximately imitate col-md-1.5? -
i need adjust bootstrap columns this.
the thing on smaller devices want hide blank areas on sides, don't wanna use margins or paddings.
how can achieve that? col-md-1 seems small indents, while col-md-2 broad.
my codepen bootstrap included.
html
<div class="container"> </div> css
.container {   height: 230px;   background-color: blue;   max-width: 1050px;   padding-left: 15px;   padding-right: 15px; } 
if don't want declare new classes padding etc. can nest columns bootply.com

Comments
Post a Comment