1
0
Fork 0

Fix horizontal flow on highlighted code blocks

This commit is contained in:
Koen Woortman 2020-12-13 21:22:04 +01:00
parent 0cca7d7aef
commit ef512944b0

View file

@ -402,6 +402,7 @@ img {
margin-bottom: 32px;
background: var(--hljs-bg) !important;
border-radius: var(--radius);
overflow-x: auto;
}
.post-content ul pre {
margin-left: calc(var(--gap) * -2);