summaryrefslogtreecommitdiff
path: root/static/default.css
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-06-02 18:31:13 -0500
committerDaniel Hader <[email protected]>2026-06-02 18:31:13 -0500
commitfc82931fab3ee1203ebb894840f9eede0dee2a08 (patch)
tree404a003420ee49395e315f68efbaab886ba83975 /static/default.css
parentfd1df05cf1cf9fdecc5b8428d6e2993e892805e9 (diff)
submission page layout and endpoint
Diffstat (limited to 'static/default.css')
-rw-r--r--static/default.css4
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;
}