From eb51778065f61a2fe5e15c3f0cdba0e3b306731a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 18 Apr 2024 21:42:23 +0200 Subject: fix post tags validation error --- templates/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/style.css') diff --git a/templates/style.css b/templates/style.css index 5c55ef4..8d21237 100644 --- a/templates/style.css +++ b/templates/style.css @@ -58,7 +58,11 @@ nav a { font-size: small; } -.tags > li { +.tags ul { + display: inline-block; +} + +.tags li { list-style: none; display: inline-block; padding-right: 1ex; -- cgit 1.4.1