From dee6bce948c078ae216658c58a860e6af71747a2 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Sat, 27 Feb 2016 12:21:41 -0500 Subject: [PATCH] Increase headings font size --- core/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/_typography.scss b/core/_typography.scss index 84a8d5a1..c572a134 100755 --- a/core/_typography.scss +++ b/core/_typography.scss @@ -12,7 +12,7 @@ h4, h5, h6 { font-family: $heading-font-family; - font-size: $base-font-size; + font-size: modular-scale(1); line-height: $heading-line-height; margin: 0 0 $small-spacing; }