Adjust spacing between items

This commit is contained in:
Severin Kaderli 2023-06-21 20:44:02 +02:00
parent fc693be2d9
commit 3e84496e97

View file

@ -85,7 +85,7 @@ ul {
li:not(:last-child):after {
content: "/";
margin-left: var(--spacing);
margin-left: -5px;
}
h2 {