Make form label above and below padding more like headings

This commit is contained in:
benjamin melançon 2020-06-12 19:47:58 -04:00
parent f4218ebf88
commit 55c44c546e

View file

@ -25,6 +25,8 @@
margin-bottom: .6rem; margin-bottom: .6rem;
} }
.content p.form-label,
.form-label { .form-label {
margin-top: .6rem; margin-top: 1rem;
margin-bottom: .6rem;
} }