From 70059fd966e3527494fd2bdfa5cfebb7801be99a Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Tue, 10 Dec 2024 00:21:34 +0000 Subject: [PATCH] feat(error-base): realign error base for 400, etc. standard errors --- benefits/templates/error.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/benefits/templates/error.html b/benefits/templates/error.html index 1fba99da63..b06de2efec 100644 --- a/benefits/templates/error.html +++ b/benefits/templates/error.html @@ -7,22 +7,21 @@ {% endblock page-title %} {% block main-content %} -
-

- {% include "core/includes/icon.html" with name="sadbus" %} - {% block headline %} - {% endblock headline %} -

- +
-
+
+
{% include "core/includes/icon.html" with name="sadbus" %}
+

+ {% block headline %} + {% endblock headline %} +

{% block paragraphs %} {% endblock paragraphs %}
-
+
{% block button %} {% include "core/includes/button--origin.html" %} {% endblock button %}