From 603e4878571ed47f6b01e2408a1047d6872b9dd6 Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Tue, 11 Feb 2025 21:28:01 +0100 Subject: [PATCH] tweak list styling --- content/style.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/style.scss b/content/style.scss index 5bc0522..41b800e 100644 --- a/content/style.scss +++ b/content/style.scss @@ -62,14 +62,16 @@ body { margin-left: 0rem; margin-top: 0rem; margin-bottom: 1rem; - padding-left: 0.5rem; + padding-left: 1.5rem; margin-right: 2rem; + list-style-position: outside; } ol p, ul p { margin: 0.3rem 0rem; + display: inline; } ol { @@ -77,11 +79,7 @@ body { } ul { - list-style-type: none; - - li::before { - content: "- " - } + list-style-type: "- "; } }