Give .bigtext a minimum size and smaller font
This commit is contained in:
parent
1890095df9
commit
7cb9591acf
|
@ -101,6 +101,8 @@ textarea {
|
|||
|
||||
.bigtext {
|
||||
flex-grow: 1;
|
||||
min-height: 35vh;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.errors {
|
||||
|
|
Loading…
Reference in New Issue