From 1521da7832fb82ad6d98426fab3fdc4795eeefae Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 10 Dec 2025 20:24:31 -0500 Subject: Replace full topline padding with only header --- static/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/app.css b/static/app.css index d20d374..4e79994 100644 --- a/static/app.css +++ b/static/app.css @@ -300,7 +300,7 @@ input { padding: 0; } - .topline { + .topline > h2 { margin: auto; margin-left: 2em; } -- cgit v1.2.3