From 1d247493e05cdc659e46cd3d8a01d5da1e893867 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Jun 2024 16:46:22 +0200 Subject: switch to templ for rendering HTML templates --- templates/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/style.css') diff --git a/templates/style.css b/templates/style.css index b386843..84ce1ce 100644 --- a/templates/style.css +++ b/templates/style.css @@ -198,6 +198,7 @@ ul.tags { .tags li { list-style: none; display: inline-block; + margin-inline-end: 1ex; } svg.rss-icon { -- cgit 1.4.1