#14 Changed font-size of contact page textarea
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m11s

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

View File

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