Add spacing between li's
This commit is contained in:
parent
916bdc617d
commit
633432ef9a
1 changed files with 4 additions and 0 deletions
4
main.go
4
main.go
|
@ -246,6 +246,10 @@ li {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
li:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue