From 308422ae43d3332f2dd71ae88ec0158d877eb807 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 22 Aug 2022 03:48:16 -0700 Subject: templates: 1rem margin-right category fragment links --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 4c7f05c..9afe143 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -30,7 +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 { margin-left: 0.5rem; margin-right: 0.5rem; } +div.cat a { margin-right: 1rem; } div.action { padding-bottom: 1em; margin-left: 1em; } span.doi a { text-decoration: none; } span.title a { text-decoration: underline; color: blue; } -- cgit v1.2.3-54-g00ecf