From 3bd7ef625969b8967e381fcc4e9e3d5e28267131 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 11:11:07 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 27d8fc3..87aa60a 100644 --- a/static/style.css +++ b/static/style.css @@ -25,3 +25,7 @@ padding: 1em 0.5em 0em 0.5em; margin: 1em auto; } + +#post { + width: 10em; +} -- 2.39.5