Last active
December 16, 2015 04:08
-
-
Save procload/5374538 to your computer and use it in GitHub Desktop.
Correct breakpoint hierarchy
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
.about-page { | |
.content-header { | |
background: $white; | |
padding: calc-em(30px); | |
width: 33%; | |
@include respond-to('30em') { | |
padding: calc-em(15px); | |
width: 50%; | |
} //30-em breakpoint | |
} //content-header | |
} //about-page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment