From 5f0a24f0f6b296b466118a6e0bba2823ec8eb475 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 20 Aug 2022 20:01:18 -0700 Subject: templates: erroneous prev update; correct margins --- templates/layout.html | 4 ++-- 1 file 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; } -- cgit v1.2.3-54-g00ecf