From bd95624c90275a3ec85ea5a134585187354ab17c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 26 Feb 2025 17:06:44 +0100 Subject: Better style --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index f4f7e84..125eda8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,7 +23,7 @@ .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; } .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 3em; } .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; } - .tags mark { padding: 0 0.2em; font-size: small; } + .tags mark { padding: 0 0.2em; } @media only screen and (max-width: 860px) { body { display: block; } main { margin: 1em 0; } -- cgit v1.2.3