From 176a42f700c779f8f45659b959ec44dde59aadf0 Mon Sep 17 00:00:00 2001 From: Tim Hartwick Date: Thu, 27 Apr 2017 16:50:54 -0700 Subject: [PATCH] build settings --- scss/components/_typography.scss | 2 +- scss/settings/_settings.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index d4a12de2..b48d8b85 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -310,7 +310,7 @@ pre { // Horizontal rule table.hr { width: 100%; - + th { height: 0; max-width: $hr-width; diff --git a/scss/settings/_settings.scss b/scss/settings/_settings.scss index 3fd5f2fc..c990c5e4 100644 --- a/scss/settings/_settings.scss +++ b/scss/settings/_settings.scss @@ -58,7 +58,7 @@ $global-font-color: $black; $body-font-family: Helvetica, Arial, sans-serif; $global-font-weight: normal; $header-color: inherit; -$global-line-height: 1.3; +$global-line-height: 130%; $global-font-size: 16px; $body-line-height: $global-line-height; $header-font-family: $body-font-family; @@ -74,7 +74,7 @@ $paragraph-margin-bottom: 10px; $small-font-size: 80%; $small-font-color: $medium-gray; $lead-font-size: $global-font-size * 1.25; -$lead-line-height: 1.6; +$lead-line-height: 160%; $text-padding: 10px; $subheader-lineheight: 1.4; $subheader-color: $dark-gray; -- 2.47.2