From 4b534dd48131b3e04336e61c66556afe59f5fc2a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 22 Feb 2025 20:01:22 +0100 Subject: Better tags --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 3fbaf8e..ff39b57 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,6 +20,8 @@ table { width: 100%; } figure { margin: 0; } .flow { max-width: 1100px; column-count: 2; column-gap: 1em; } + .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; } + .tags mark { padding: 0 0.2em; font-size: small; } @media only screen and (max-width: 860px) { body { display: block; } main { margin: 1em 0; } -- cgit v1.2.3