Created
November 14, 2017 09:11
-
-
Save cossssmin/e0169789a028022502310c36503d8d4d to your computer and use it in GitHub Desktop.
Pine Grid Columns For Mobile
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 { | |
box-sizing: border-box; | |
display: inline-block!important; | |
line-height: 23px; | |
width: 100%!important; | |
} | |
.col-sm-1 {max-width: 8.33333%;} | |
.col-sm-2 {max-width: 16.66667%;} | |
.col-sm-3 {max-width: 25%;} | |
.col-sm-4 {max-width: 33.33333%;} | |
.col-sm-5 {max-width: 41.66667%;} | |
.col-sm-6 {max-width: 50%;} | |
.col-sm-7 {max-width: 58.33333%;} | |
.col-sm-8 {max-width: 66.66667%;} | |
.col-sm-9 {max-width: 75%;} | |
.col-sm-10 {max-width: 83.33333%;} | |
.col-sm-11 {max-width: 91.66667%;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment