Merge branch '153-footer-fix' into 'master'

Resolve "Footer fix"

Closes #153

See merge request enrichment-2024/qivip!110
This commit is contained in:
ben8
2025-10-24 16:17:42 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -10,12 +10,12 @@
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/confetti@3.0.3/tsparticles.confetti.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@tsparticles/confetti@3.0.3/tsparticles.confetti.bundle.min.js"></script>
<title>qivip</title> <title>qivip</title>
</head> </head>
<body class="min-h-screen relative"> <body class="flex flex-col min-h-screen">
<div class="pb-64"> <main class="grow">
{% include 'partials/_nav.html' %} {% include 'partials/_nav.html' %}
{% block content%}{% endblock %} {% block content%}{% endblock %}
{% block faqs%}{% endblock %} {% block faqs%}{% endblock %}
</div> </main>
{% include 'partials/_footer.html' %} {% include 'partials/_footer.html' %}
<!-- Toast Container --> <!-- Toast Container -->

View File

@@ -1,4 +1,4 @@
<footer class="rounded-lg w-full bg-blue-600 text-white shadow-md py-8 mt-24 absolute bottom-0 break-words"> <footer class="w-full bg-blue-600 text-white shadow-xl py-8 mt-24 break-words">