Skip to content

Instantly share code, notes, and snippets.

@jq-87
Created March 11, 2014 16:53
Show Gist options
  • Save jq-87/9490016 to your computer and use it in GitHub Desktop.
Save jq-87/9490016 to your computer and use it in GitHub Desktop.
even rows (4 column)
&:nth-child(4n + 1):nth-last-child(2),
&:nth-child(4n + 2):nth-last-child(1) {
width: 49%
}
&:nth-child(4n + 1):nth-last-child(3),
&:nth-child(4n + 2):nth-last-child(2),
&:nth-child(4n + 3):nth-last-child(1) {
width: 33.24%;
}
&:nth-child(4n + 1):nth-last-child(1) {
width: 98.2%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment