Changed font-size of contact page textarea

This commit is contained in:
Luke Else 2025-02-06 09:24:19 +00:00
parent 1a6c5194e5
commit e5c4243a1f

@ -35,11 +35,11 @@
resize: none;
min-width: 100%;
transition: all 0.15s;
font-size: smaller;
font-size: .8em;
}
textarea {
min-height: 10em;
min-height: 12em;
}
.container {