From 5d7c93ccd75490092e42f692b6717b9d7bd6fb46 Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 21 May 2020 14:50:30 +0100 Subject: [PATCH] add default heading line height --- src/scss/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/_base.scss b/src/scss/_base.scss index ad6fea0..aa76887 100644 --- a/src/scss/_base.scss +++ b/src/scss/_base.scss @@ -56,6 +56,7 @@ h3, h4, h5, h6 { + line-height: 1.3; @include font-title(); }