Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(typography): change display2 font size to correct value (#1652)
Browse files Browse the repository at this point in the history
Resolves #1638
  • Loading branch information
mianuddin authored and lynnmercier committed Dec 20, 2017
1 parent 617c61d commit a943ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-typography/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $mdc-typography-styles: (
text-transform: inherit
),
display2: (
font-size: 2.813rem, /* 45px */
font-size: 2.8125rem, /* 45px */
line-height: 3rem, /* 48px */
font-weight: map-get($mdc-typography-font-weight-values, regular),
letter-spacing: normal,
Expand Down

0 comments on commit a943ad6

Please sign in to comment.