about summary refs log tree commit diff stats
path: root/templates/style.css
diff options
context:
space:
mode:
authorAlan Pearce2024-04-18 21:42:23 +0200
committerAlan Pearce2024-04-18 21:42:23 +0200
commiteb51778065f61a2fe5e15c3f0cdba0e3b306731a (patch)
treed2a46e8933720c29c51a518fb94b337d0a8a237d /templates/style.css
parentf20b2c91f779d6b825ee94cb133ea19bf5db5c66 (diff)
downloadwebsite-eb51778065f61a2fe5e15c3f0cdba0e3b306731a.tar.lz
website-eb51778065f61a2fe5e15c3f0cdba0e3b306731a.tar.zst
website-eb51778065f61a2fe5e15c3f0cdba0e3b306731a.zip
fix post tags validation error
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css6
1 files changed, 5 insertions, 1 deletions
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;