From 0b0f0e79eaf03d5f9467d20bd612f1b8d19426f7 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 16 Apr 2019 10:25:32 +0200 Subject: [PATCH] fix: add margin to topic listing topics --- src/tildes-baukula/_topic-listing.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tildes-baukula/_topic-listing.scss b/src/tildes-baukula/_topic-listing.scss index 4833965..b0296f7 100644 --- a/src/tildes-baukula/_topic-listing.scss +++ b/src/tildes-baukula/_topic-listing.scss @@ -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; } }