Skip to content

Instantly share code, notes, and snippets.

@dealonzo
Last active February 23, 2016 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dealonzo/8c856bb1a528465e6af4 to your computer and use it in GitHub Desktop.
Save dealonzo/8c856bb1a528465e6af4 to your computer and use it in GitHub Desktop.
//breakpoint
$tablet: new-breakpoint(min-width 450px);
header {
.logo {
@include outer-container()
@include media(tablet) {
@include span-columns(6)
}
nav {
@include outer-container()
@include media(tablet){
@include span-columns(6)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment