From 8af1ea92d138b221ad283d2e9771bf67ab38a55a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Feb 2025 07:29:30 +0100 Subject: Added bookmarks --- templates/base.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index ff39b57..5c0ff32 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,13 +19,15 @@ code { background: #f5f5f5; } table { width: 100%; } figure { margin: 0; } - .flow { max-width: 1100px; column-count: 2; column-gap: 1em; } + .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; } .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; } - .flow { column-count: 1; } + .flow-two-column > ul { column-count: 1; } + .flow-three-column > ul { column-count: 1; } .hide-on-mobile { display: none; } } /* Fixes embeds going to center. */ @@ -46,6 +48,7 @@
  • Code on GitHub
  • Probe repository
  • My dotfiles
  • +
  • Bookmarks
  • Curriculum Vitae
  • RSS Feed
  • -- cgit v1.2.3