From 79503a09f39a1c3906b8ae3cf18e558f527325b5 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Fri, 18 Jul 2025 10:34:27 -0400 Subject: [PATCH] wrong padding size --- 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 f232508..1477e2d 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 15px 40px; + padding: 15px 15px 60px; margin: 0; resize: none; color: var(--text-primary);