From 6eb3bf992a4a56a459211dc9aa2d0eeb4cc64760 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:00:49 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 1f8ed23..cf72d4c 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,7 @@ body { #thread { background: linear-gradient(to left, #a0f4a0, #a0f4c0); - margin: 2em 2em 2em 0.5em; + margin: 2em 1em 2em 0.5em; padding: 0.5em 0em 0.5em 0.5em; border: solid 1px black; } -- 2.39.5