diff options
-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; } |