From ccbee0ef42afb7b9dea63d15fbc99551f17f63b8 Mon Sep 17 00:00:00 2001 From: Speyll Date: Tue, 10 Oct 2023 22:34:35 +0100 Subject: [PATCH] fixed lists line spacing --- static/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index fff35ba..fd40cc6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -117,7 +117,10 @@ ul { list-style: none; margin-top: .5rem; margin-bottom: .5rem; - line-height: 1.45; +} + +li { + margin-bottom: .25rem; } ul li::marker { @@ -293,8 +296,8 @@ textarea { align-content: flex-end } -.titleList { - line-height: 1.8; +.titleList li { + margin-bottom: .75rem; } .footnote-definition {