Created
January 9, 2015 16:55
-
-
Save jamesslock/12a8ddba0dafb4d7c393 to your computer and use it in GitHub Desktop.
This file contains 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
.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