From ce063274e2711e615dc2eea1a44ff1f1867d9d0f Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 2 Jan 2022 20:19:49 -0700 Subject: templates: category h1 -> h2, margins --- templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html index 9f6109b..a4c648f 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -28,13 +28,13 @@ a:visited { color: var(--ansi5); } a.permalink { color: var(--ansi3); text-decoration: none; } div.paper { padding-bottom: 1em; } -div.cat-cont { margin-left: 1em; margin-right: 1em; } +div.cat-cont { } div.cat { justify-content: space-between; display: flex; flex-wrap: wrap; } 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; } -table.admin { margin-left: 1em; margin-right: 1em; margin-bottom: 1em; } +table.admin { margin-bottom: 1em; } -- cgit v1.2.3-54-g00ecf