Add spacing between li's

This commit is contained in:
Drew DeVault 2020-11-01 13:38:18 -05:00
parent 916bdc617d
commit 633432ef9a

View file

@ -246,6 +246,10 @@ li {
padding: 0; padding: 0;
} }
li:not(:last-child) {
margin-bottom: 1rem;
}
a { a {
position: relative; position: relative;
} }