Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Last active August 29, 2015 13:58
Show Gist options
  • Save czajkovsky/10099866 to your computer and use it in GitHub Desktop.
Save czajkovsky/10099866 to your computer and use it in GitHub Desktop.
.foo {
padding-bottom: 30px;
}
@media screen and (min-width: $screen-sm) {
.foo {
padding-bottom: 40px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment