Skip to content

Instantly share code, notes, and snippets.

@anabellaspinelli
Last active September 13, 2018 19:34
Show Gist options
  • Save anabellaspinelli/a135eb8f2ac6200ca067de2c8e1970ef to your computer and use it in GitHub Desktop.
Save anabellaspinelli/a135eb8f2ac6200ca067de2c8e1970ef to your computer and use it in GitHub Desktop.
/* 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