From c7efb3aaf442bf22072f8e92de3e0d010638658e Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 15 Jan 2023 21:44:02 -0800 Subject: [PATCH] Fix bottom margin for pre.chroma --- layouts/partials/paige/style.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 1dc10908..c9c10e73 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -29,7 +29,8 @@ section[class="paige-content"] > blockquote p:last-of-type { } {{ end }} -.highlight .chroma pre { +.highlight .chroma pre, +.highlight pre.chroma { margin-bottom: 0; }