From 96f9ed63fb104c0020e2ba747fbe2bc4510b9c7f Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 20 Aug 2022 19:59:12 -0700 Subject: templates: 1rem -> 0.5rem category margins --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-54-g00ecf