1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-05-08 06:16:04 +02:00

fix margin when hljs was disabled

This commit is contained in:
Aditya Telange 2021-01-08 22:52:03 +05:30
parent 905640ceef
commit 3b0997fc42
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

@ -162,6 +162,10 @@
margin: 0
}
.post-content .highlight {
margin: auto 0 20px
}
.post-content .highlighttable {
table-layout: fixed
}