diff options
author | Jordan <me@jordan.im> | 2022-08-20 19:59:12 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-08-20 19:59:12 -0700 |
commit | 96f9ed63fb104c0020e2ba747fbe2bc4510b9c7f (patch) | |
tree | d8b7a84af559da6aeb10713fc8bbc43dacf20b6e | |
parent | fd7c6612be294eec71becd3cc7208daa5b0b99ef (diff) | |
download | crane-96f9ed63fb104c0020e2ba747fbe2bc4510b9c7f.tar.gz crane-96f9ed63fb104c0020e2ba747fbe2bc4510b9c7f.zip |
templates: 1rem -> 0.5rem category margins
-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 983f9c9..826936e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -31,7 +31,7 @@ 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: 1em; margin-left: 1em; } +div.action { padding-bottom: 0.5em; margin-left: 0.5em; } span.doi a { text-decoration: none; } span.title a { text-decoration: underline; color: blue; } table.head a { text-decoration: none; } |