From 3158d019a4b4961ff40b2206770f6f4fd0828cf2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 11 Jul 2024 15:26:45 +0200 Subject: tweak display of post tags --- templates/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/style.css b/templates/style.css index 84ce1ce..e9a2955 100644 --- a/templates/style.css +++ b/templates/style.css @@ -188,13 +188,13 @@ ul.h-feed li a:visited { .tags { font-size: small; -} - -.p-categories, -ul.tags { display: inline-block; padding-inline-start: 0; } +.p-categories { + padding-inline-start: 1ex; +} + .tags li { list-style: none; display: inline-block; -- cgit 1.4.1