From c44babc39ffe8ea264914f58103798eff8631b61 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 7 Sep 2016 16:00:55 +0200 Subject: [PATCH] Use a unitless value for line-height See the wonderful http://practicaltypography.com/line-spacing.html --- css/main.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.sass b/css/main.sass index 3a08359a..1a4b44f1 100644 --- a/css/main.sass +++ b/css/main.sass @@ -12,7 +12,7 @@ body flex-direction: column font-family: Oxygen, sans font-size: 14pt - line-height: 140% + line-height: 1.4 margin: 0 min-height: 100vh