Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
custom.css: Add vertical space after code
The bulma style sets margin-bottom to 1em for several block-level elements (eg <p>). However the codehilite <div>s, generated by the codehilite Markdown extension don't have that. So we have 1em vertical space before a code block but not after, which just looks wrong. Add vertical space after codehilite <div>s.
- Loading branch information