html - How at least approximately imitate col-md-1.5? -


i need adjust bootstrap columns this.

enter image description here

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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -