aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-07-10 15:40:13 -0400
committerThedro Neely <thedroneely@gmail.com>2019-07-10 15:40:13 -0400
commitd38050593ec786c90a23ecf6f625798b381e8b59 (patch)
treebe8d0ecae6979d683817c8a2de4e69cc67bbcd7e
parent83a60f2e0507c86598269d689725db8773ab564b (diff)
downloadedwinmattiacci.com-d38050593ec786c90a23ecf6f625798b381e8b59.tar.gz
edwinmattiacci.com-d38050593ec786c90a23ecf6f625798b381e8b59.tar.bz2
edwinmattiacci.com-d38050593ec786c90a23ecf6f625798b381e8b59.zip
views/partials/footer: Use div instead of section here
-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>