Add padding to release info div
Add padding to release info div in layout.html
This commit is contained in:
parent
1a603981b2
commit
43ae52089f
|
|
@ -53,7 +53,7 @@ Blocks:
|
|||
{% nav %}
|
||||
|
||||
{# Release info #}
|
||||
<div class="text-muted text-center fs-5 my-3">
|
||||
<div class="text-muted text-center fs-5 my-3 px-3">
|
||||
{{ settings.RELEASE.name }}
|
||||
{% if not settings.RELEASE.features.commercial and not settings.ISOLATED_DEPLOYMENT %}
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue