aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-23 07:33:11 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-23 07:33:11 +0100
commit5089d15af57f262c47d26921a28ff562a25b1926 (patch)
tree4c9978abab0b485ffabceebf74e64a5ad2f0b41f /templates
parentea790ca6eb5b11757888145e97e91f73f0a09b45 (diff)
downloadmitjafelicijan.com-5089d15af57f262c47d26921a28ff562a25b1926.tar.gz
Added bookmarks
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
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 @@
19 code { background: #f5f5f5; } 19 code { background: #f5f5f5; }
20 table { width: 100%; } 20 table { width: 100%; }
21 figure { margin: 0; } 21 figure { margin: 0; }
22 .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 1em; } 22 .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; }
23 .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 1em; } 23 .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 3em; }
24 .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; } 24 .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; }
25 .tags mark { padding: 0 0.2em; font-size: small; } 25 .tags mark { padding: 0 0.2em; font-size: small; }
26 @media only screen and (max-width: 860px) { 26 @media only screen and (max-width: 860px) {