summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-05-22 01:33:06 +0100
committerubq323 <ubq323@ubq323.website>2023-05-22 01:33:38 +0100
commiteaae3fa608f3da4aed54ace321b01f4910c46b05 (patch)
treecc0fa1415c4548f27385b3c5d7a64bf3ecc0570b
parentae197dd4505987922ec9e91a2bfee662611db41a (diff)
textarea css change
-rw-r--r--head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/head.html b/head.html
index b9f0334..57ed8b3 100644
--- a/head.html
+++ b/head.html
@@ -37,5 +37,5 @@ nav {background-color:#eee;border-radius:20px;border:1.7px solid black}
.question-heading {margin-top:0px;margin-bottom:4px}
.question-heading + p {margin-top:5px}
-textarea {width: calc(100% - 14px);height:200px}
+textarea {width: calc(100% - 14px);resize:vertical;height:200px}
</style>