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>
|
||||
<title>qivip</title>
|
||||
</head>
|
||||
<body class="min-h-screen relative">
|
||||
<div class="pb-64">
|
||||
<body class="flex flex-col min-h-screen">
|
||||
<main class="grow">
|
||||
{% include 'partials/_nav.html' %}
|
||||
{% block content%}{% endblock %}
|
||||
{% block faqs%}{% endblock %}
|
||||
</div>
|
||||
</main>
|
||||
{% include 'partials/_footer.html' %}
|
||||
|
||||
<!-- 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