From bcdfe14b8da4fda4977eb6d65bef7ac0d5091d81 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Fri, 20 Jan 2017 10:12:15 -0500 Subject: [PATCH] Use percent line-height four Outlook 2007/10/13 (Fix #590) --- scss/components/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index 0e0d63a7..cd9b7f3b 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -24,7 +24,7 @@ $header-color: inherit !default; /// Global line height. /// @type Number -$global-line-height: 1.3 !default; +$global-line-height: 130% !default; /// Font size of body text. /// @type Number @@ -88,7 +88,7 @@ $lead-font-size: $global-font-size * 1.25 !default; /// Line height of lead paragraphs. /// @type Number -$lead-line-height: 1.6 !default; +$lead-line-height: 160% !default; /// Padding inside paragraphs. /// @type Number -- 2.47.2