Skip to content

Commit

Permalink
Center the maintenance banner content
Browse files Browse the repository at this point in the history
  • Loading branch information
jperson1 committed Dec 5, 2024
1 parent 53c8abd commit 8761bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/templates/includes/maintenance_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h4 class="usa-alert__heading">Scheduled system upgrade</h4>

{% comment %} If a message is given, use it. If not, display a generic message with the timeframe. {% endcomment %}
<p class="usa-alert__text">
<p class="usa-alert__text grid-container">
{% if MAINTENANCE_BANNER_MESSAGE %}
{{ MAINTENANCE_BANNER_MESSAGE }}
{% else %}
Expand Down

0 comments on commit 8761bca

Please sign in to comment.