Created
March 9, 2013 07:31
-
-
Save markmichon/5123319 to your computer and use it in GitHub Desktop.
A CodePen by Mark Michon.
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
@import "compass"; | |
.mega-header h1 { | |
font-size: $h3-size; | |
margin-bottom: $half-spacing-unit; | |
@include media-query(500px) { | |
font-size:$bigger; | |
} | |
@include media-query(700px) { | |
font-size:$h2-size; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment