fix header andd footer

This commit is contained in:
2024-11-18 16:00:48 +02:00
parent fed4d13c22
commit 2f2837730c
6 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
{% include "partials/head.html" %}
{% include "partials/header.html" %}
<body class="">
<body class="bg-dark-gradient">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N7PNMFH" height="0" width="0"
@@ -42,11 +42,11 @@
<!-- End Twitter universal website tag code -->
{% include "partials/header.html" %}
<div id="content" class="px-4 lg:px-0 pt-12 overflow-hidden bg-dark-gradient">
<div id="content" class="px-4 lg:px-0 pt-12 overflow-hidden">
{% block content %}{% endblock %}
</div>
<div class="px-4 md:px-8 overflow-hidden bg-dark-gradient">
<div class="px-4 md:px-8 overflow-hidden">
{% include "partials/footer.html" %}
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.4/flowbite.min.js"></script>