Created
August 9, 2017 13:58
-
-
Save BHWD/a8b98fa7b939106d0e01f91eb3225fd7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} | |
@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; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment