1
Fork 0

fix: add margin to topic listing topics

main
Bauke 4 years ago
parent 13a1d75354
commit 0b0f0e79ea
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558

@ -1,6 +1,7 @@
.topic-listing {
// Make all the topics in the listing have the same background color
> li:nth-of-type(n) {
margin-bottom: 0.2rem;
background-color: $background;
}
}

Loading…
Cancel
Save