Last active
September 13, 2018 19:34
-
-
Save anabellaspinelli/a135eb8f2ac6200ca067de2c8e1970ef 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
/* Two elements in the row */ | |
.two.shoulder { | |
width: 48%; | |
padding: 1%; | |
} | |
.two.spaced { | |
width: 46%; | |
padding: 1%; | |
margin: 1%; | |
} | |
/* Three elements in the row */ | |
.three.shoulder { | |
width: 31.33%; | |
padding: 1%; | |
} | |
.three.spaced { | |
width: 29.33%; | |
padding: 1%; | |
margin: 1%; | |
} | |
/* Four elements in the row */ | |
.four.shoulder { | |
width: 23%; | |
padding: 1%; | |
} | |
.four.spaced { | |
width: 21%; | |
padding: 1%; | |
margin: 1%; | |
} | |
/* Five elements in the row */ | |
.five.shoulder { | |
width: 18%; | |
padding: 1%; | |
} | |
.five.spaced { | |
width: 16%; | |
padding: 1%; | |
margin: 1%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment