Skip to content

Commit

Permalink
style: update spacing between body text and form to be 24px
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Apr 17, 2024
1 parent 0ea242f commit f749cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/eligibility/templates/eligibility/confirm.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>{{ form.headline }}</h1>
{% endblock headline %}

{% block explanatory-text %}
<p class="pt-4 pb-4 pb-lg-8">{{ form.blurb }}</p>
<p class="pt-4 pb-4">{{ form.blurb }}</p>
{% endblock explanatory-text %}

{% block inner-content %}
Expand Down

0 comments on commit f749cc9

Please sign in to comment.