Skip to content

Commit

Permalink
5 cols for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
eballeste committed Jul 27, 2016
1 parent 08dd295 commit a9534fc
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion css/lavish-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5942,6 +5942,38 @@ td.visible-print {
}
}

.navbar-header-items
//5 cols
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.col-xs-15 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}


0 comments on commit a9534fc

Please sign in to comment.