increase form element spacing

This commit is contained in:
Sean Yesmunt 2020-06-18 15:00:58 -04:00
parent a024303f89
commit 2fabd94365
3 changed files with 3 additions and 3 deletions

2
dist/form.css vendored

File diff suppressed because one or more lines are too long

2
dist/index.css vendored

File diff suppressed because one or more lines are too long

View file

@ -71,7 +71,7 @@ form,
+ form,
+ .checkbox,
+ .radio {
margin-top: var(--spacing-s);
margin-top: var(--spacing-m);
}
&:last-child {