Give .bigtext a minimum size and smaller font

This commit is contained in:
Sage Vaillancourt 2021-07-31 22:26:56 -04:00
parent 1890095df9
commit 7cb9591acf
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ textarea {
.bigtext {
flex-grow: 1;
min-height: 35vh;
font-size: 90%;
}
.errors {