Resolve "Footer fix" #277

Merged
ben8 merged 1 commits from 153-footer-fix into master 2025-10-24 16:17:46 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 27a5a78e10 - Show all commits

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">