From 73b6a97fbdf83e98fe71bcda66ec3185215f7307 Mon Sep 17 00:00:00 2001 From: Richard Bos Date: Sat, 31 Jul 2021 17:43:44 +0200 Subject: [PATCH] Adjust tag_cloud style as advised by Alexandre --- static/stylesheet/tag_cloud.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/stylesheet/tag_cloud.css b/static/stylesheet/tag_cloud.css index aedc0b9..0853a44 100644 --- a/static/stylesheet/tag_cloud.css +++ b/static/stylesheet/tag_cloud.css @@ -1,6 +1,6 @@ ul.tagcloud { list-style: none; - padding: 0 3em 0 1.5em; + padding: 0 3em 0 0; width: fit-content; }