Nearing completion --quick fix

This commit is contained in:
prospect
2024-01-11 06:23:40 -05:00
parent b345ca70da
commit b57ef39be9

View File

@@ -48,7 +48,7 @@
</section> </section>
<!-- Bottom Menu --> <!-- Bottom Menu -->
<section id="footer-nav" class="w-full text-white absolute bottom-0 z-50 text-center py-4 bg-blue-800 <?php if (!isset($_SESSION['splash_shown'])) { <section id="footer-nav" class="w-full text-white absolute bottom-0 z-50 text-center pt-4 pb-8 bg-blue-800 <?php if (!isset($_SESSION['splash_shown'])) {
echo 'out-of-view'; echo 'out-of-view';
} else echo 'in-view' ?>"> } else echo 'in-view' ?>">
<ul class="lg:max-w-3xl mx-auto text-3xl grid grid-cols-6"> <ul class="lg:max-w-3xl mx-auto text-3xl grid grid-cols-6">