aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-22 20:01:22 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-22 20:01:22 +0100
commit4b534dd48131b3e04336e61c66556afe59f5fc2a (patch)
treec80891e28eb12c285c370d4f000d25d010300ae4 /templates/base.html
parentcd8e0d19f542c7463707f5bcce329d8d55350314 (diff)
downloadmitjafelicijan.com-4b534dd48131b3e04336e61c66556afe59f5fc2a.tar.gz
Better tags
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 3fbaf8e..ff39b57 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -20,6 +20,8 @@
20 table { width: 100%; } 20 table { width: 100%; }
21 figure { margin: 0; } 21 figure { margin: 0; }
22 .flow { max-width: 1100px; column-count: 2; column-gap: 1em; } 22 .flow { max-width: 1100px; column-count: 2; column-gap: 1em; }
23 .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; }
24 .tags mark { padding: 0 0.2em; font-size: small; }
23 @media only screen and (max-width: 860px) { 25 @media only screen and (max-width: 860px) {
24 body { display: block; } 26 body { display: block; }
25 main { margin: 1em 0; } 27 main { margin: 1em 0; }