aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/partials/footer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/footer.php b/views/partials/footer.php
index e1350d4..7079358 100644
--- a/views/partials/footer.php
+++ b/views/partials/footer.php
@@ -2,7 +2,7 @@
</section>
<footer class ="bg-gray-100 border-t">
- <section class="mx-auto p-6 max-w-md text-gray-800">
+ <div class="mx-auto p-6 max-w-md text-gray-800">
<p class="mb-2 text-sm">
@@ -33,7 +33,7 @@
<p>&copy; Copyright <?php echo date('Y');?>. Edwin Mattiacci Voiceover</p>
-</section>
+</div>
</footer>
</div>