From 388120efecf61a26006043fb734424fe7cc0fb2a2ee1bcaaa1e01c498d2b13d9 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Tue, 6 Dec 2022 00:00:00 +0000 Subject: Fix margins for highlighted code --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 74376c8..aaf060b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -100,7 +100,7 @@ ul { list-style: disc inside none; } -p, pre, ul, ol, blockquote { +p, main > pre, ul, ol, blockquote, .highlight { margin-bottom: 1.4em; } -- cgit v1.2.3