fix: list spacing
This commit is contained in:
parent
bad838c329
commit
4774b5832c
2 changed files with 7 additions and 2 deletions
|
@ -313,8 +313,13 @@ ul, ol {
|
|||
}
|
||||
|
||||
li {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.link__list li {
|
||||
margin-top: .375rem;
|
||||
margin-bottom: .5rem;
|
||||
margin-bottom: .375rem;
|
||||
}
|
||||
|
||||
.link__list,
|
||||
|
|
Reference in a new issue