Skip to content

Instantly share code, notes, and snippets.

@evgeniy-vashchuk
Created July 30, 2017 13:19
Show Gist options
  • Save evgeniy-vashchuk/b1c288fcceadd3f9581a88fa64b27812 to your computer and use it in GitHub Desktop.
Save evgeniy-vashchuk/b1c288fcceadd3f9581a88fa64b27812 to your computer and use it in GitHub Desktop.
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-1-5 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-1-5 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-1-5 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-1-5 {
width: 20%;
float: left;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment