Skip to content

Instantly share code, notes, and snippets.

@markmichon
Created March 9, 2013 07:31
Show Gist options
  • Save markmichon/5123319 to your computer and use it in GitHub Desktop.
Save markmichon/5123319 to your computer and use it in GitHub Desktop.
A CodePen by Mark Michon.
@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