Reduce field margins on mobile.
This commit is contained in:
parent
f9810ce2b9
commit
f31d8a7c21
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue