Fix padding on syntax highlighted pre blocks

This commit is contained in:
2024-02-27 14:02:42 +00:00
parent 340970384c
commit c8f0acf722

View File

@@ -360,3 +360,8 @@ footer {
margin-left: 0 !important; margin-left: 0 !important;
margin-right: 1em !important; margin-right: 1em !important;
} }
// Fix syntax highlighting to match Bulma pre
div.highlight {
padding-bottom: 1.25em;
}