aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-08-20 17:35:27 -0700
committerJordan <me@jordan.im>2022-08-20 17:35:27 -0700
commitfd7c6612be294eec71becd3cc7208daa5b0b99ef (patch)
tree52009f24d7eae47fe3b0a1bc259c90205331903c /templates
parent5e3626a717e7e035d5c009ecc1b8aac733d5c16b (diff)
downloadcrane-fd7c6612be294eec71becd3cc7208daa5b0b99ef.tar.gz
crane-fd7c6612be294eec71becd3cc7208daa5b0b99ef.zip
templates: 1rem left/right margins for category links
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 6f55e20..983f9c9 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -30,7 +30,7 @@ a.permalink { color: var(--ansi3); text-decoration: none; }
div.paper { padding-bottom: 1em; }
div.cat-cont { }
div.cat { justify-content: space-between; display: flex; flex-wrap: wrap; }
-div.cat a { padding: 0rem; }
+div.cat a { margin-left: 1rem; margin-right: 1rem; }
div.action { padding-bottom: 1em; margin-left: 1em; }
span.doi a { text-decoration: none; }
span.title a { text-decoration: underline; color: blue; }