[CHANGE] Move margin class to header element

This commit is contained in:
Peter Pfeufer 2025-03-24 14:49:51 +01:00
parent 702def2a4d
commit 43e1be4032
No known key found for this signature in database

View File

@ -2,8 +2,8 @@
{# {% include "framework/header/page-header.html" with title="Foobar" subtitle="Barfoo" %}#}
{% if title %}
<header class="aa-page-header">
<h1 class="page-header text-center mb-3">
<header class="aa-page-header mb-3">
<h1 class="page-header text-center">
{{ title }}
{% if subtitle %}