From 980dc727d7b5c2ccaa1a097eb322b94a183b963b Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:02:40 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index cf72d4c..25f305e 100644 --- a/static/style.css +++ b/static/style.css @@ -36,8 +36,8 @@ body { #thread { background: linear-gradient(to left, #a0f4a0, #a0f4c0); - margin: 2em 1em 2em 0.5em; - padding: 0.5em 0em 0.5em 0.5em; + margin: 2em 1em 2em 0.0em; + padding: 0.5em 0em 0.5em 2em; border: solid 1px black; } -- 2.39.5