From 3a9599e31954562a10dbccaffc4264a5387fb8d1 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 11:34:04 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index a9f40ab..8973692 100644 --- a/static/style.css +++ b/static/style.css @@ -10,6 +10,10 @@ a { text-decoration: none; } +input { + width: 33%; +} + textarea { width: 100%; } -- 2.39.5