diff options
| author | Daniel Hader <[email protected]> | 2026-06-02 18:31:13 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-06-02 18:31:13 -0500 |
| commit | fc82931fab3ee1203ebb894840f9eede0dee2a08 (patch) | |
| tree | 404a003420ee49395e315f68efbaab886ba83975 /static/default.css | |
| parent | fd1df05cf1cf9fdecc5b8428d6e2993e892805e9 (diff) | |
submission page layout and endpoint
Diffstat (limited to 'static/default.css')
| -rw-r--r-- | static/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
