aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/layout.html4
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; }