diff --git a/publichealth/home/templates/home/contact_form.html b/publichealth/home/templates/home/contact_form.html
index ef58113..682d333 100644
--- a/publichealth/home/templates/home/contact_form.html
+++ b/publichealth/home/templates/home/contact_form.html
@@ -19,6 +19,12 @@
+
+
{% endblock %}
diff --git a/publichealth/static/css/modules/_forms.scss b/publichealth/static/css/modules/_forms.scss
index 16b898d..e61b78e 100644
--- a/publichealth/static/css/modules/_forms.scss
+++ b/publichealth/static/css/modules/_forms.scss
@@ -19,6 +19,11 @@
list-style: none;
label { width: auto; }
}
+ .helptext {
+ margin-bottom: 1em;
+ display: block;
+ font-size: 90%;
+ }
}
}