Fix bottom margin for pre.chroma

This commit is contained in:
Will Faught
2023-01-15 21:44:02 -08:00
parent 1ca2913725
commit c7efb3aaf4

View File

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