From fc82931fab3ee1203ebb894840f9eede0dee2a08 Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Tue, 2 Jun 2026 18:31:13 -0500 Subject: submission page layout and endpoint --- static/default.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/default.css') diff --git a/static/default.css b/static/default.css index bdc1128..8f24f39 100644 --- a/static/default.css +++ b/static/default.css @@ -10,6 +10,10 @@ body { font-weight: 200; } +textarea { + resize: vertical; +} + h1 { margin-bottom: 4px; } -- cgit v1.2.3