mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
[CHANGE] Move margin class to header
element
This commit is contained in:
parent
702def2a4d
commit
43e1be4032
@ -2,8 +2,8 @@
|
|||||||
{# {% include "framework/header/page-header.html" with title="Foobar" subtitle="Barfoo" %}#}
|
{# {% include "framework/header/page-header.html" with title="Foobar" subtitle="Barfoo" %}#}
|
||||||
|
|
||||||
{% if title %}
|
{% if title %}
|
||||||
<header class="aa-page-header">
|
<header class="aa-page-header mb-3">
|
||||||
<h1 class="page-header text-center mb-3">
|
<h1 class="page-header text-center">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
|
|
||||||
{% if subtitle %}
|
{% if subtitle %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user