From 44fab6cc36719d5da62f3cb80daea71eb47f596b Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Tue, 11 Feb 2025 21:45:04 +0100 Subject: [PATCH] sublist styling --- content/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/style.scss b/content/style.scss index 41b800e..fecb6cd 100644 --- a/content/style.scss +++ b/content/style.scss @@ -67,6 +67,12 @@ body { list-style-position: outside; } + ol ol, + ol ul, + ul ol, + ul ul { + padding-left: 1rem; + } ol p, ul p {