Adjusted text area size

This commit is contained in:
2025-10-20 12:13:36 -05:00
parent 4a12d14534
commit 9e4786782d

View File

@ -40,7 +40,8 @@ body{
} }
.buttonSection textarea{ .buttonSection textarea{
width: 30%; width: 25vw;
height: 7vh;
} }
.buttonRow{ .buttonRow{