increase textarea size

This commit is contained in:
ghost 2023-10-04 20:50:02 +03:00
parent 5f5da0ded4
commit 2d6fa05081

View File

@ -65,7 +65,7 @@ input:focus {
} }
textarea { textarea {
min-height: 86px; min-height: 160px;
} }
/* @TODO improve focus out /* @TODO improve focus out