mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +01:00
fixed lists line spacing
This commit is contained in:
parent
3ae15e9ed8
commit
ccbee0ef42
1 changed files with 6 additions and 3 deletions
|
@ -117,7 +117,10 @@ ul {
|
|||
list-style: none;
|
||||
margin-top: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
ul li::marker {
|
||||
|
@ -293,8 +296,8 @@ textarea {
|
|||
align-content: flex-end
|
||||
}
|
||||
|
||||
.titleList {
|
||||
line-height: 1.8;
|
||||
.titleList li {
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.footnote-definition {
|
||||
|
|
Loading…
Reference in a new issue