From 71f77c29c55efa3428e074185fdcb03867775f00 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 11:31:06 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 1592959..a9f40ab 100644 --- a/static/style.css +++ b/static/style.css @@ -10,6 +10,10 @@ a { text-decoration: none; } +textarea { + width: 100%; +} + #title { font-size: 1.5em; padding-bottom: 0.25em; -- 2.39.5