Skip to content

Commit

Permalink
fix(error): 24px between icon and headline
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Apr 19, 2024
1 parent a1aaf48 commit e163643
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions benefits/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
{% block main-content %}
<div class="container">
<h1 class="icon-title h2 text-center">
<span class="icon d-block pb-5">
{% include "core/includes/icon.html" with name="sadbus" %}
</span>
<span class="icon d-block pb-4">{% include "core/includes/icon.html" with name="sadbus" %}</span>
{% block headline %}
{% endblock headline %}
</h1>
Expand Down

0 comments on commit e163643

Please sign in to comment.