From 4a9806480c40e50a0bf3dec3be68fafe622e56b4 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Mon, 31 Mar 2025 09:45:47 -0400 Subject: Update lists to match paragraph style --- static/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 7f8b294..e4b7571 100644 --- a/static/style.css +++ b/static/style.css @@ -203,6 +203,15 @@ h3, h4, h5, h6 { color:rgb(150, 150, 150); } +ul, ol { + margin-bottom: 2rem; +} + +li { + font-size: .9rem; + line-height: 2; +} + p { font-size: .9rem; line-height: 2; @@ -542,4 +551,4 @@ blockquote { .address { font-size: .5rem; } -} \ No newline at end of file +} -- cgit v1.2.3