aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index f4f7e84..125eda8 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,7 +23,7 @@
23 .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; } 23 .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; }
24 .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 3em; } 24 .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 3em; }
25 .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; } 25 .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; }
26 .tags mark { padding: 0 0.2em; font-size: small; } 26 .tags mark { padding: 0 0.2em; }
27 @media only screen and (max-width: 860px) { 27 @media only screen and (max-width: 860px) {
28 body { display: block; } 28 body { display: block; }
29 main { margin: 1em 0; } 29 main { margin: 1em 0; }