From 2db8929f508f80402a47877d445bf663085f3272 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 13 Aug 2020 23:44:05 +0200 Subject: [PATCH] Fix spacing for nested lists --- style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.scss b/style.scss index aac0a98..40a75cf 100644 --- a/style.scss +++ b/style.scss @@ -141,6 +141,9 @@ body { ul, ol { margin-top: -1em; + ul, ol { + margin: 0; + } } h2 + ul, h2 + ol {