Fix Chroma pre bottom margin

This commit is contained in:
Will Faught
2023-01-15 23:43:40 -08:00
parent 0895f66fed
commit 98c92260d0

View File

@@ -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;
}