Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active February 3, 2016 05:29
Show Gist options
  • Save NatalieMac/26d170f8a8887bc2df69 to your computer and use it in GitHub Desktop.
Save NatalieMac/26d170f8a8887bc2df69 to your computer and use it in GitHub Desktop.
.site-header {
@extend %row;
}
.site-branding {
@include col(24);
}
.site-title {
@include col(24);
}
@media screen and (min-width: 800px) {
.site-branding {
@include col(16);
}
.site-title {
@include col(8);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment