From 556ae86fa227872dea81f36923daef42a1296062 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 14 May 2026 21:02:39 -0500 Subject: footer link and even more minimal style --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 580388e..efc90b0 100644 --- a/static/style.css +++ b/static/style.css @@ -16,11 +16,10 @@ a { color: lightblue } display: flex; align-items: center; gap: .25rem; - margin: .5rem; #title { flex-grow: 1 } } -#details, #comments { padding: 0 1rem; max-width: 1000px } +#details, #comments { max-width: 1000px } .comment .replies { margin-left: 2rem } -- cgit v1.2.3