From 9e4786782dd228363fa0c2c5317392be9a9141bc Mon Sep 17 00:00:00 2001 From: TechRunner Date: Mon, 20 Oct 2025 12:13:36 -0500 Subject: [PATCH] Adjusted text area size --- stylesheets/buttons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/buttons.css b/stylesheets/buttons.css index c397e4e..82513dd 100644 --- a/stylesheets/buttons.css +++ b/stylesheets/buttons.css @@ -40,7 +40,8 @@ body{ } .buttonSection textarea{ - width: 30%; + width: 25vw; + height: 7vh; } .buttonRow{