Add some margin to list items
All checks were successful
CI / Test and lint (push) Successful in 16s

This commit is contained in:
2025-04-23 15:30:07 +04:00
parent fa21e72b3f
commit 5608176a20

View File

@@ -21,6 +21,10 @@ p, pre, ul, ol, dl, blockquote, hr {
margin-bottom: 1.6em; margin-bottom: 1.6em;
} }
li {
margin-bottom: 0.8em;
}
a.anchor { a.anchor {
display: none; display: none;
} }