Fix bottom margin for pre.chroma

master
Will Faught 3 years ago
parent 1ca2913725
commit c7efb3aaf4

@ -29,7 +29,8 @@ section[class="paige-content"] > blockquote p:last-of-type {
} }
{{ end }} {{ end }}
.highlight .chroma pre { .highlight .chroma pre,
.highlight pre.chroma {
margin-bottom: 0; margin-bottom: 0;
} }

Loading…
Cancel
Save