Skip to content

Instantly share code, notes, and snippets.

@tjstalcup
Last active August 29, 2015 13:58
Show Gist options
  • Save tjstalcup/10218192 to your computer and use it in GitHub Desktop.
Save tjstalcup/10218192 to your computer and use it in GitHub Desktop.
#callout02, #callout03, #callout05 {
left: 22%;
@media screen and (max-width: $break-lg) {
left: 15%;
}
@media screen and (max-width: $break-md) {
left: 10%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment