Ver código fonte

Fix textarea sizing

Frans Bergman 7 anos atrás
pai
commit
2e4654536f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      css/style.css

+ 2 - 2
css/style.css

@@ -4,8 +4,8 @@ main {
 }
 
 form textarea {
-  width: 100%;
-  height: 100px;
+  max-width: 100%;
+  min-height: 150px;
 }
 
 span.deadline {