Adjust base line height.

Should be 1.5x the base font size.
This commit is contained in:
Justin Hsu 2015-02-05 18:22:53 +01:00
parent 73b7c3fdaf
commit a5bd2f0292
1 changed files with 1 additions and 1 deletions

View File

@ -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;