From 929be68e691c1c4015fc6874111b19b9f5d68c02 Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Sat, 30 May 2026 10:10:17 -0500 Subject: registration page, me endpoint, and minor content tweaks --- static/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static/default.css') diff --git a/static/default.css b/static/default.css index c1670c3..1cc3249 100644 --- a/static/default.css +++ b/static/default.css @@ -4,15 +4,15 @@ body { } #container { - width: 800px; + width: 640px; margin: auto; - padding: 20px; + padding: 30px; background: rgb(255,255,200); } .problem { border: 1px solid black; - padding: 0 8px; - margin: 8px; + padding: 0 10px; + margin: 8px 0; } -- cgit v1.2.3