Skip to content

Commit ad34e06

Browse files
committed
feat(error): make text area narrower for better legibility
1 parent f7aea38 commit ad34e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benefits/templates/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 class="h2 text-center">
1515
</h1>
1616

1717
<div class="row justify-content-center">
18-
<div class="col-lg-8 pt-4">
18+
<div class="col-lg-6 pt-4">
1919
{% block paragraphs %}
2020
{% endblock paragraphs %}
2121
</div>

0 commit comments

Comments
 (0)