From be8ae81eed9489838036924b098f7194484e9fa4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 25 Sep 2025 17:14:00 +0000 Subject: [PATCH] CSS: Fix missing space below code boxes Signed-off-by: Michael Tremer --- src/sass/_code-highlighting.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sass/_code-highlighting.sass b/src/sass/_code-highlighting.sass index 7ebe058b..73e093d1 100644 --- a/src/sass/_code-highlighting.sass +++ b/src/sass/_code-highlighting.sass @@ -1,3 +1,6 @@ +.content .codehilite:not(last-child) + margin-bottom: 1em + .codehilite .hll background-color: #ffffcc -- 2.47.3