From b8848d6191fd9177464ac45fbeda562615aa6891 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 20:22:17 +0000 Subject: [PATCH] -- --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 311a589..7526001 100644 --- a/static/style.css +++ b/static/style.css @@ -25,14 +25,14 @@ textarea { margin-bottom: 0.25em; border-bottom-style: solid; border-width: 1px; - width: 20vw; + width: 50vw; } #foot { text-align: center; border-top-style: solid; border-width: 1px; - width: 20vw; + width: 50vw; } #index { -- 2.39.5