Skip to content

Instantly share code, notes, and snippets.

@nedSaf
Last active August 29, 2015 14:05
Show Gist options
  • Save nedSaf/d24663abb196ccbab876 to your computer and use it in GitHub Desktop.
Save nedSaf/d24663abb196ccbab876 to your computer and use it in GitHub Desktop.
Custom bootstrap column
// Creating a custom column set for the stats row in footer.
.col-md-15 {
position: relative;
min-height: 1px;
padding-right: $grid-gutter-width;
padding-left: $grid-gutter-width;
@media (min-width: $screen-md-min) {
width: 20%;
float: left;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment