Skip to content

Instantly share code, notes, and snippets.

@jamesslock
Created January 9, 2015 16:55
Show Gist options
  • Save jamesslock/12a8ddba0dafb4d7c393 to your computer and use it in GitHub Desktop.
Save jamesslock/12a8ddba0dafb4d7c393 to your computer and use it in GitHub Desktop.
.posts__post {
@include media(min-width 520px, 6) {
@include span-columns(3);
}
@include media(min-width 520px max-width 767px, 6) {
@include omega(2);
&:nth-child(3) {
display: none;
}
}
@include media(min-width 768px, 14) {
@include span-columns(4.66);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment