From 5089d15af57f262c47d26921a28ff562a25b1926 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Feb 2025 07:33:11 +0100 Subject: Added bookmarks --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 5c0ff32..b570d4e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,8 +19,8 @@ code { background: #f5f5f5; } table { width: 100%; } figure { margin: 0; } - .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 1em; } - .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 1em; } + .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; } @media only screen and (max-width: 860px) { -- cgit v1.2.3