Browse Source

Fix textarea sizing

Frans Bergman 7 năm trước cách đây
mục cha
commit
2e4654536f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {