Smaller TextArea font on small screens

This commit is contained in:
Sage Vaillancourt 2021-07-24 15:25:01 -04:00
parent 9a7787ef69
commit 759b5e0636
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ body {
}
.bigtext {
min-height: 40vh;
font-size: 80%;
}
}