diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index acb1d6a..396de60 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -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 {