]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
build settings
authorTim Hartwick <tdhartwick2@gmail.com>
Thu, 27 Apr 2017 23:50:54 +0000 (16:50 -0700)
committerTim Hartwick <tdhartwick2@gmail.com>
Thu, 27 Apr 2017 23:50:54 +0000 (16:50 -0700)
scss/components/_typography.scss
scss/settings/_settings.scss

index d4a12de26e4e26de41b3643b3947c645c6a617a2..b48d8b85180261ba588edb2be871e200b5ed1d23 100755 (executable)
@@ -310,7 +310,7 @@ pre {
 // Horizontal rule
 table.hr {
   width: 100%;
-  
+
   th {
     height: 0;
     max-width: $hr-width;
index 3fd5f2fcc48a816001ac056d3d109f61ed064aa1..c990c5e4f8466cb77168269b75b506164ed685e6 100644 (file)
@@ -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;