From cf5870f1081a82ebb532d461f9383a77513b8ae0 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 29 Nov 2023 19:00:26 +0100 Subject: separate multiple lines with tags --- static/sass/main.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/sass') diff --git a/static/sass/main.scss b/static/sass/main.scss index 5d7e9ad..90496b0 100644 --- a/static/sass/main.scss +++ b/static/sass/main.scss @@ -102,6 +102,7 @@ h1.topmost { .article { .article-meta { margin-top: 0; + margin-bottom: 0; color: $muted-color; text-align: center; font-size: 13pt; @@ -137,9 +138,13 @@ ul.tags { list-style-type: none; padding-left: 0; font-size: 12pt; + /* Add 8px here and 8px in the li element, that way we also get separation + * between multiple rows of tags. */ + margin-top: 8px; li { display: inline-block; margin-right: 5px; + margin-top: 8px; } a { font-style: normal; -- cgit v1.2.3