Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created December 31, 2013 00:41
Show Gist options
  • Save shazdeh/8190595 to your computer and use it in GitHub Desktop.
Save shazdeh/8190595 to your computer and use it in GitHub Desktop.
Builder: break 4 column grids to 2 columns in tablets
@media (min-width: 480px) and (max-width: 959px) {
.col4-1 {
width: 46.8%;
}
.col4-1:nth-child(2n+1) {
margin-left: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment