Skip to content

Commit

Permalink
Center the maintenance banner content (#4514)
Browse files Browse the repository at this point in the history
* Center the maintenance banner content

* 'grid-container' on the body, not just the text.
  • Loading branch information
jperson1 authored Dec 5, 2024
1 parent 53c8abd commit 6030dc5
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
@@ -1,5 +1,5 @@
<section class="usa-alert usa-alert--warning margin-top-0" aria-label="Site alert">
<div class="usa-alert__body">
<div class="usa-alert__body grid-container">
<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 %}
Expand Down

0 comments on commit 6030dc5

Please sign in to comment.