Last active
February 3, 2016 05:29
-
-
Save NatalieMac/26d170f8a8887bc2df69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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