1
Fork 0

fix: add margin to topic listing topics

This commit is contained in:
Bauke 2019-04-16 10:25:32 +02:00
parent 13a1d75354
commit 0b0f0e79ea
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}