diff options
author | Jordan <me@jordan.im> | 2022-08-20 17:35:27 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-08-20 17:35:27 -0700 |
commit | fd7c6612be294eec71becd3cc7208daa5b0b99ef (patch) | |
tree | 52009f24d7eae47fe3b0a1bc259c90205331903c | |
parent | 5e3626a717e7e035d5c009ecc1b8aac733d5c16b (diff) | |
download | crane-fd7c6612be294eec71becd3cc7208daa5b0b99ef.tar.gz crane-fd7c6612be294eec71becd3cc7208daa5b0b99ef.zip |
templates: 1rem left/right margins for category links
-rw-r--r-- | templates/layout.html | 2 |
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; } |