blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 3bd92b8e281f3ba9db56a563bd687f9516ba5df9
parent bc6bd61e647df7be302eaa1bb5471f52e7ad7b2a
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  4 Jan 2020 23:23:44 -0600

Move textarea styling here

Diffstat:
Mlayouts/partials/css/custom.css | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -12,8 +12,14 @@ input, textarea {
     background: var(--alt-background-color);
     border: 0;
     padding: 5px;
-    box-sizing: border-box;
-    padding: 5px;
+    border-radius: 0;
+}
+
+textarea {
+    resize:vertical;
+    min-height:4em;
+    width:100%;
+    box-sizing:border-box;
 }
 
 ::placeholder {