From 98c92260d0e46c4e65e86ba520152c7fcb3e0390 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 15 Jan 2023 23:43:40 -0800 Subject: [PATCH] Fix Chroma pre bottom margin --- layouts/partials/paige/style.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index c9c10e73..3eed9e65 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -29,8 +29,8 @@ section[class="paige-content"] > blockquote p:last-of-type { } {{ end }} -.highlight .chroma pre, -.highlight pre.chroma { +.paige-figure .highlight .chroma pre, +.paige-figure .highlight pre.chroma { margin-bottom: 0; }