summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/style.css7
1 files changed, 7 insertions, 0 deletions
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;
+}