From a5bd2f0292ebdb189d32e0877b1ddbca0dd9bb0e Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 5 Feb 2015 18:22:53 +0100 Subject: [PATCH] Adjust base line height. Should be 1.5x the base font size. --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 55d2d7a..b96a20f 100644 --- a/css/style.scss +++ b/css/style.scss @@ -7,7 +7,7 @@ @import "compass/typography/vertical_rhythm"; $base-font-size: 20px; -$base-line-height: 24px; +$base-line-height: 30px; $break-point: 45em; $bg-color: #EEEEEE; $main-color: #2196F3;