From b1072a3fcaa1dd8686d17cef04e6565e47e4b9c1 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Wed, 14 Aug 2019 10:07:45 -0400 Subject: [PATCH] Bump line-height on content --- _sass/content.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/content.scss b/_sass/content.scss index 275599e..812a35a 100644 --- a/_sass/content.scss +++ b/_sass/content.scss @@ -6,6 +6,8 @@ // stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type .page-content { + line-height: 1.6; + a { overflow: hidden; text-overflow: ellipsis;