Skip to content

Instantly share code, notes, and snippets.

@c0debreaker
Created May 15, 2014 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0debreaker/335c4d0c1155c517a441 to your computer and use it in GitHub Desktop.
Save c0debreaker/335c4d0c1155c517a441 to your computer and use it in GitHub Desktop.
5 column hack for Bootstrap
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-15 {
width: 20%;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment