From 1b6469f7b1ec0ea263859c7d4d554524f731b2ee Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 27 Oct 2019 20:20:13 +0100 Subject: #92, use 'em' units for markdown line-height --- assets/_markdown.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/_markdown.scss b/assets/_markdown.scss index 944c811..3c0ccac 100644 --- a/assets/_markdown.scss +++ b/assets/_markdown.scss @@ -1,11 +1,11 @@ @import 'variables'; .markdown { - line-height: 1.6; + line-height: 1.6em; h1, h2, h3, h4, h5 { font-weight: normal; - line-height: 1; + line-height: 1em; margin-top: 1.5em; margin-bottom: $padding-16; } -- cgit v1.2.3