diff options
author | Jordan <me@jordan.im> | 2022-08-22 03:48:16 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-08-22 03:48:16 -0700 |
commit | 308422ae43d3332f2dd71ae88ec0158d877eb807 (patch) | |
tree | 89447503caa73f9a916987fc9b0a5cb74071589b /templates | |
parent | 5f0a24f0f6b296b466118a6e0bba2823ec8eb475 (diff) | |
download | crane-308422ae43d3332f2dd71ae88ec0158d877eb807.tar.gz crane-308422ae43d3332f2dd71ae88ec0158d877eb807.zip |
templates: 1rem margin-right category fragment links
Diffstat (limited to 'templates')
-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 4c7f05c..9afe143 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 { margin-left: 0.5rem; margin-right: 0.5rem; } +div.cat a { 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; } |