Skip to content

Commit

Permalink
Fix: Elig Index - Wrap explanatory text in centered row (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Aug 7, 2024
2 parents 24b5915 + 510a080 commit 35d8fce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions benefits/eligibility/templates/eligibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ <h1>{% translate "Choose the transit benefit you would like to enroll in" %}</h1
</div>
{% endblock headline %}

{% block explanatory-text %}
{% endblock explanatory-text %}
{% block explanatory-text-wrapper %}
<div class="row justify-content-center">
<div class="col-lg-8">
{% block explanatory-text %}
{% endblock explanatory-text %}
</div>
</div>
{% endblock explanatory-text-wrapper %}

{% block inner-content %}
{% include "core/includes/form.html" with form=form %}
Expand Down

0 comments on commit 35d8fce

Please sign in to comment.