Give form field labels some spacing above them

This commit is contained in:
benjamin melançon 2018-12-10 22:35:00 -05:00
parent f47855c519
commit 0f0dfb888d

View file

@ -20,3 +20,7 @@
} }
} }
} }
.form .label {
margin-top: 1em;
}