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

View File

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