Skip to content

Commit

Permalink
fix(enrollment-success): make headline col-lg-8 for better line break
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 10, 2023
1 parent a58d58f commit ce11c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/enrollment/templates/enrollment/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% endblock page_title %}

{% block headline %}
<div class="col-lg-10">
<div class="col-lg-8">
<h1 class="pb-lg-8 pb-4">{% translate "enrollment.pages.success.headline" %}</h1>
</div>
{% endblock headline %}
Expand Down

0 comments on commit ce11c11

Please sign in to comment.