Skip to content

Commit

Permalink
feat(error-base): realign error base for 400, etc. standard errors
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 10, 2024
1 parent 5da347f commit 70059fd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions benefits/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@
{% endblock page-title %}

{% block main-content %}
<div class="container">
<h1 class="h2 text-center">
<span class="icon d-block pb-4">{% include "core/includes/icon.html" with name="sadbus" %}</span>
{% block headline %}
{% endblock headline %}
</h1>

<div class="container main-row">
<div class="row justify-content-center">
<div class="col-lg-6 pt-4">
<div class="col-lg-6">
<div class="mt-5 py-4 text-center">{% include "core/includes/icon.html" with name="sadbus" %}</div>
<h1 class="h2 py-4">
{% block headline %}
{% endblock headline %}
</h1>
{% block paragraphs %}
{% endblock paragraphs %}
</div>
</div>

<div class="row pt-8 justify-content-center">
<div class="col-lg-3 col-8">
<div class="col-lg-6">
{% block button %}
{% include "core/includes/button--origin.html" %}
{% endblock button %}
Expand Down

0 comments on commit 70059fd

Please sign in to comment.