Increasing Font Size of textarea

This commit is contained in:
Stamm
2020-03-18 10:33:50 +01:00
parent aaabaa5250
commit 4864abab1c
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
textarea.inp {
height: unset;
min-height: 6rem !important;
font-size: 1.1rem;
}
.input-group {