fix: add margin to topic listing topics
This commit is contained in:
parent
13a1d75354
commit
0b0f0e79ea
|
@ -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…
Reference in New Issue