tidy up contact css class structure

This commit is contained in:
gws 2024-11-10 14:39:03 +01:00
parent 401c641a7f
commit 05e5f519cd
5 changed files with 35 additions and 44 deletions

View file

@ -31,11 +31,6 @@
<meta charset="UTF-8">
<script src="https://unpkg.com/hyperscript.org@0.9.13"></script>{% endblock head %}
{% block header %}
<header class="pos-absolute" style="background-color: transparent">
{{ macros::render_header(path="/") }}
</header>
{% block body_tag%}
@ -44,6 +39,11 @@
{% endblock body_tag %}
{% block header %}
<header class="pos-absolute" style="background-color: transparent">
{{ macros::render_header(path="/") }}
</header>
<div class="hero">
{% block hero %}