diff options
author | Jordan <me@jordan.im> | 2022-08-20 20:01:18 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-08-20 20:01:18 -0700 |
commit | 5f0a24f0f6b296b466118a6e0bba2823ec8eb475 (patch) | |
tree | e9bc0d966c7497b1a8a185414110f19357c7bf09 | |
parent | 96f9ed63fb104c0020e2ba747fbe2bc4510b9c7f (diff) | |
download | crane-5f0a24f0f6b296b466118a6e0bba2823ec8eb475.tar.gz crane-5f0a24f0f6b296b466118a6e0bba2823ec8eb475.zip |
templates: erroneous prev update; correct margins
-rw-r--r-- | templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html index 826936e..4c7f05c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -30,8 +30,8 @@ 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: 1rem; margin-right: 1rem; } -div.action { padding-bottom: 0.5em; margin-left: 0.5em; } +div.cat a { margin-left: 0.5rem; margin-right: 0.5rem; } +div.action { padding-bottom: 1em; margin-left: 1em; } span.doi a { text-decoration: none; } span.title a { text-decoration: underline; color: blue; } table.head a { text-decoration: none; } |