fix : highlight inside list don't stick right

This commit is contained in:
Aditya Telange 2020-08-24 11:44:31 +05:30
parent 083ffd37b5
commit f85f1573ee
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77

View file

@ -151,6 +151,10 @@
border-radius: var(--radius);
}
.post-content li>.highlight {
margin-right: 0
}
.post-content ul pre {
margin-left: calc(var(--gap) * -2);
}