mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-16 08:04:25 -04:00
fix margin when hljs was disabled
This commit is contained in:
parent
905640ceef
commit
3b0997fc42
1 changed files with 4 additions and 0 deletions
|
@ -162,6 +162,10 @@
|
|||
margin: 0
|
||||
}
|
||||
|
||||
.post-content .highlight {
|
||||
margin: auto 0 20px
|
||||
}
|
||||
|
||||
.post-content .highlighttable {
|
||||
table-layout: fixed
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue