💄 add spacing to list items

This commit is contained in:
DrMaxNix 2024-07-29 19:16:25 +02:00
parent 0e1b52f153
commit 8932b35e3f

View File

@ -33,6 +33,9 @@
br.gone {
display: none;
}
li {
margin-bottom: 8px;
}
.gray {
color: #828997;