Add some space between list items.

This commit is contained in:
Bauke 2020-04-14 13:47:20 +02:00
parent 3531243f59
commit 1697389c39
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,14 @@ p {
margin: 0;
}
li {
margin-bottom: 4px;
&:last-child {
margin-bottom: 0;
}
}
ol,
ul {
margin: 0;