Skip to content

Instantly share code, notes, and snippets.

View davinma's full-sized avatar
🍔
keep hungry

Davin davinma

🍔
keep hungry
  • Shanghai, China
View GitHub Profile
@kanakiyajay
kanakiyajay / cols.css
Created December 1, 2014 05:04
Seven Equal Columns in bootstrap.
@media (min-width: 768px) {
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
width: 100%;
}
}
@media (min-width: 992px) {
.seven-cols .col-md-1,