normalize header class

This commit is contained in:
gws 2024-11-13 12:11:32 +01:00
parent 0493fc4194
commit 725b8f0d76
2 changed files with 7 additions and 3 deletions

View file

@ -49,12 +49,14 @@
{% block body_tag%} {% block body_tag%}
<body hx-boost="true" hx-target="next <main/>" hx-select="#main" hx-swap="outerHTML" id="top"> <body hx-boost="true" hx-target="#main" hx-select="#main" hx-swap="outerHTML" id="top">
{% endblock body_tag %} {% endblock body_tag %}
{% block header %} {% block header %}
<header class="pos-absolute" style="background-color: transparent"> <!-- <header class="pos-absolute"> -->
<header class="box-shadow">
{{ macros::render_header(path="/") }} {{ macros::render_header(path="/") }}
</header> </header>
{% endblock header %} {% endblock header %}

View file

@ -15,10 +15,12 @@
</header> </header>
{% endblock header %} {% endblock header %}
{% block hero%}
{% endblock hero %}
{% block content %} {% block content %}
<div class="margin-left:20vw; margin-right: 20vw;"> <div class="content text margin-left:20vw; margin-right: 20vw;">
<div class="heading-text">{{ section.title }}</div> <div class="heading-text">{{ section.title }}</div>
<ul> <ul>
{% for page in section.pages %} {% for page in section.pages %}