fixed lists line spacing

This commit is contained in:
Speyll 2023-10-10 22:34:35 +01:00
parent 3ae15e9ed8
commit ccbee0ef42

View file

@ -117,7 +117,10 @@ ul {
list-style: none; list-style: none;
margin-top: .5rem; margin-top: .5rem;
margin-bottom: .5rem; margin-bottom: .5rem;
line-height: 1.45; }
li {
margin-bottom: .25rem;
} }
ul li::marker { ul li::marker {
@ -293,8 +296,8 @@ textarea {
align-content: flex-end align-content: flex-end
} }
.titleList { .titleList li {
line-height: 1.8; margin-bottom: .75rem;
} }
.footnote-definition { .footnote-definition {