forked from audrey/intranet
center MOTD text
This commit is contained in:
parent
c18a77f745
commit
6d31718ce2
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user