From 0050cd0df5f38b9b2b8d8569822dbe1231d77adb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 7 Apr 2021 23:44:39 +0200 Subject: site: sensible sizes for textareas --- site/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/style.css b/site/style.css index 026c1cc..e16c0cc 100644 --- a/site/style.css +++ b/site/style.css @@ -19,3 +19,10 @@ body { li { list-style-type: none; } + +textarea { + width: 100%; + height: 6em; + resize: vertical; + min-height: 2em; +} -- cgit v1.2.3