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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -