Adjust spacing between items
This commit is contained in:
parent
fc693be2d9
commit
3e84496e97
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ul {
|
||||||
|
|
||||||
li:not(:last-child):after {
|
li:not(:last-child):after {
|
||||||
content: "/";
|
content: "/";
|
||||||
margin-left: var(--spacing);
|
margin-left: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue