style.css: reduce top and bottom margin on markup lists

This commit is contained in:
Zankaria 2026-02-28 22:39:47 +01:00
parent 7b312864bc
commit 57d573519c

View file

@ -567,6 +567,22 @@ div.post.op > p {
padding-top: 1em;
}
.list-block {
margin-top: 1ch;
margin-bottom: 1ch;
list-style-position: inside;
padding-left: 0.5ch;
list-style-type: disc;
}
.list-block-nest {
padding-left: 2ch;
}
.list-block-elem {
list-style-type: disc;
}
div.post div.body {
margin-left: 1.4em;
padding-right: 3em;