Merge branch '153-footer-fix' into 'master'
Resolve "Footer fix" Closes #153 See merge request enrichment-2024/qivip!110
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user