diff options
author | Jordan <me@jordan.im> | 2022-08-10 23:13:51 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-08-10 23:13:51 -0700 |
commit | 2ba61c7c1be5c3a6897198061167648ab9266f76 (patch) | |
tree | 0af250e098c9d43539c7e6cabcb9053c05027aa4 /templates/layout.html | |
parent | d6475f61341713042004cd5569060c728bf2080f (diff) | |
download | crane-2ba61c7c1be5c3a6897198061167648ab9266f76.tar.gz crane-2ba61c7c1be5c3a6897198061167648ab9266f76.zip |
templates: delineate categories w/ padding, rm brackets
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index a4c648f..b69ee49 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -30,6 +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 1rem 1rem 0rem; } div.action { padding-bottom: 1em; margin-left: 1em; } span.doi a { text-decoration: none; } span.title a { text-decoration: underline; color: blue; } |