From 0dbbbc7974bc4fa5c6c79aa63cc5f46eac88a82c Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Fri, 18 Jul 2025 10:32:40 -0400 Subject: [PATCH] add bottom padding to the textarea --- wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 9801d54..f232508 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -140,7 +140,7 @@ form.action-form input[type="text"]:focus { textarea { width: 100%; height: 100%; - padding: 15px; + padding: 15px 15px 40px; margin: 0; resize: none; color: var(--text-primary);