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

This commit is contained in:
Râu Cao 2025-04-23 15:30:07 +04:00
parent fa21e72b3f
commit 5608176a20
Signed by: raucao
GPG Key ID: 37036C356E56CC51

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;
} }