Skip to content

Commit 00f9176

Browse files
authored
Merge pull request #13 from Supravisor/deploy
add textarea height
2 parents f3d8921 + dc1979b commit 00f9176

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
body {
33
font-family: Arial;
44
}
5+
6+
textarea {
7+
height: 40vh;
8+
}

0 commit comments

Comments
 (0)