AndreaAlessandrelli4 commited on
Commit
e37cf69
·
verified ·
1 Parent(s): 77a732e

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -0
style.css CHANGED
@@ -15,4 +15,11 @@ h1 {
15
  max-width: 900px;
16
  margin: auto;
17
  padding-top: 1.5rem;
 
 
 
 
 
 
 
18
  }
 
15
  max-width: 900px;
16
  margin: auto;
17
  padding-top: 1.5rem;
18
+ }
19
+
20
+
21
+ textarea {
22
+ resize: both;
23
+ min-height: 100px;
24
+ min-width: 200px;
25
  }