Skip to content

Commit

Permalink
fix(elig-index): wrap graf in row
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 7, 2024
1 parent 24b5915 commit 510a080
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 510a080

Please sign in to comment.