From 4d226a35131d10c63c3cf6d3827151794a5eb32b Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 20:20:33 +0000 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index df701ac..4b64717 100644 --- a/static/style.css +++ b/static/style.css @@ -26,6 +26,7 @@ textarea { padding-left: 1em; border-bottom-style: solid; border-width: 1px; + width: 20vw; } #foot { @@ -43,7 +44,6 @@ textarea { #board { padding: 1em 0.5em 0em 0.5em; margin: 1em auto; - width: 20vw; } #form { -- 2.39.5