Skip to content

Instantly share code, notes, and snippets.

@hlb
Last active December 20, 2015 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlb/6076570 to your computer and use it in GitHub Desktop.
Save hlb/6076570 to your computer and use it in GitHub Desktop.
$baseFontSize: 14px;
$baseLineHeight: 20px;
h1, h2, h3, h4, h5, h6 {
margin: ($baseLineHeight / 2) 0;
line-height: $baseLineHeight;
}
h1 { font-size: $baseFontSize * 2.75; } // ~38px
h2 { font-size: $baseFontSize * 2.25; } // ~32px
h3 { font-size: $baseFontSize * 1.75; } // ~24px
h4 { font-size: $baseFontSize * 1.25; } // ~18px
h5 { font-size: $baseFontSize; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment