From cce41d84820658a3f8ac01568780e85565b4f8fc Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 11 Jun 2020 14:35:00 +0200 Subject: [PATCH] Let some margin between lists and titles --- style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.scss b/style.scss index 03115e2..4188f14 100644 --- a/style.scss +++ b/style.scss @@ -139,6 +139,10 @@ body { margin-top: -1em; } + h2 + ul, h2 + ol { + margin-top: 0; + } + blockquote p:last-child { margin-bottom: 0; }