Skip to content

Commit

Permalink
Add $medium-up sizes for h5 and h6
Browse files Browse the repository at this point in the history
With the new $h[1-6]-font-reduction in place, h5 and h6 need sizes set for $medium-up.
  • Loading branch information
chibicode committed May 28, 2014
1 parent 4e1ef6c commit a420b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/foundation/components/_type.scss
Expand Up @@ -445,6 +445,8 @@ $align-class-breakpoints:
h2 { font-size: $h2-font-size; }
h3 { font-size: $h3-font-size; }
h4 { font-size: $h4-font-size; }
h5 { font-size: $h5-font-size; }
h6 { font-size: $h6-font-size; }
}

// Only include these styles if you want them.
Expand Down

0 comments on commit a420b9a

Please sign in to comment.