From c32201e024551b93249c3ec12c796cfd77da6b10 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Fri, 24 Jul 2020 17:15:50 +0000 Subject: [PATCH] Reduce line height on openring for low widths --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index db87d1b..0a60c71 100644 --- a/static/style.css +++ b/static/style.css @@ -322,6 +322,10 @@ p.openring { padding-bottom: 24px; } + div.article p.summary { + line-height: 1.5; + } + div.title-subtext { font-size: 18px; }