hugo-PaperMod/assets/css
Richard Si 81e86113d6
Add margin top to certain elements surrounded by code blocks for consistency
Take this structure:

<div .highlight>
<p>

<div .highlight>

The current post-single CSS adds margin to the bottom of the paragraph
and that's it. This works great when the previous element also got the
same amount of bottom margin, however code blocks do not! The end result
looks similar to the figure above.

This commit fixes this adding top margin to elements (as needed) that come
immediately after a code block (they have the .highlight class). The
amount of top margin added is the same they already get on the bottom.
2023-01-08 14:50:26 -05:00
..
common Add margin top to certain elements surrounded by code blocks for consistency 2023-01-08 14:50:26 -05:00
core Remove share-buttons svg animation 2022-07-08 20:28:05 +05:30
extended Add info to blank.css 2021-01-08 23:36:33 +05:30
hljs Add missing semicolons in CSS files (#408) 2021-06-11 13:29:56 +05:30
includes Seperate scroll-bar customization into seperate stylesheet 2022-06-03 18:32:09 +05:30