mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 12:12:18 +00:00
Fix padding on syntax highlighted pre blocks
This commit is contained in:
@@ -360,3 +360,8 @@ footer {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 1em !important;
|
||||
}
|
||||
|
||||
// Fix syntax highlighting to match Bulma pre
|
||||
div.highlight {
|
||||
padding-bottom: 1.25em;
|
||||
}
|
||||
Reference in New Issue
Block a user