From 1b9ea6c736fc74626cb38e9385f6683ee2daddc2 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:00:32 -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 e8fd9e6..1f8ed23 100644 --- a/static/style.css +++ b/static/style.css @@ -36,8 +36,8 @@ body { #thread { background: linear-gradient(to left, #a0f4a0, #a0f4c0); - margin: 2em 0em 2em 0.5em; - padding: 0.5em 0.5em 0.5em 0.5em; + margin: 2em 2em 2em 0.5em; + padding: 0.5em 0em 0.5em 0.5em; border: solid 1px black; } -- 2.39.5