Reduce field margins on mobile.

This commit is contained in:
Sage Vaillancourt 2022-09-30 01:45:30 +00:00
parent f9810ce2b9
commit f31d8a7c21
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ textarea {
flex-grow: 1; flex-grow: 1;
} }
.field { .field {
margin-bottom: 2em; margin-bottom: 1em;
} }
textarea { textarea {
width: 80vw; width: 80vw;