add default heading line height

This commit is contained in:
Ray Elliott 2020-05-21 14:50:30 +01:00
parent 6db90f9515
commit 5d7c93ccd7
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ h3,
h4,
h5,
h6 {
line-height: 1.3;
@include font-title();
}