Browse Source

Add more space between groups on the group listing

merge-requests/102/head
Deimos 5 years ago
parent
commit
4dedcf1716
  1. 4
      tildes/scss/modules/_group.scss

4
tildes/scss/modules/_group.scss

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

Loading…
Cancel
Save