Last active
February 23, 2016 19:56
-
-
Save dealonzo/8c856bb1a528465e6af4 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
//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