Add more space between groups on the group listing

This commit is contained in:
Deimos
2020-03-19 17:42:28 -06:00
parent 3903c6f6de
commit 4dedcf1716

View File

@@ -13,6 +13,10 @@
margin-left: 1rem;
}
li + li {
margin-top: 1rem;
}
.link-group {
font-weight: bold;
}