From: Jay Sitter Date: Fri, 20 Jan 2017 15:12:15 +0000 (-0500) Subject: Use percent line-height four Outlook 2007/10/13 (Fix #590) X-Git-Tag: v2.3.0~7^2~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcdfe14b8da4fda4977eb6d65bef7ac0d5091d81;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Use percent line-height four Outlook 2007/10/13 (Fix #590) --- 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