center MOTD text

This commit is contained in:
Audrey Jensen 2023-07-26 14:01:25 +00:00
parent c18a77f745
commit 6d31718ce2

View File

@ -42,8 +42,8 @@
{% if motd is defined and motd is not empty %}
<div class="alert alert-info alert-dismissible fade show" role="alert">
<div class="row justify-content-end">
<div class="col-xs-12 col-lg-10 justify-content-end">
{{ motd }}
<div class="col-12 justify-content-center">
<p class="text-center">{{ motd }}</p>
</div>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div></div>