From 4f4f6236b64fc7d0a89deb419e390be41ef6712f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Feb 2025 07:36:58 +0100 Subject: Added bookmarks --- templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index b570d4e..f4f7e84 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,6 +17,7 @@ img, video, audio { max-width: 100%; } pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } code { background: #f5f5f5; } + li { break-inside: avoid-column; } table { width: 100%; } figure { margin: 0; } .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; } -- cgit v1.2.3