aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-07-10 15:40:40 -0400
committerThedro Neely <thedroneely@gmail.com>2019-07-10 15:40:40 -0400
commit0471e2f964e000908806b3dbb0733c690d1a72ad (patch)
tree90c1a1f92f2679a53e93e709e83604bcb375a5a9
parentd38050593ec786c90a23ecf6f625798b381e8b59 (diff)
downloadedwinmattiacci.com-0471e2f964e000908806b3dbb0733c690d1a72ad.tar.gz
edwinmattiacci.com-0471e2f964e000908806b3dbb0733c690d1a72ad.tar.bz2
edwinmattiacci.com-0471e2f964e000908806b3dbb0733c690d1a72ad.zip
views/partials/header: Use div instead of section here
-rw-r--r--views/partials/header.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/header.php b/views/partials/header.php
index fd5eac8..b90a8c6 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -36,9 +36,9 @@
<div class="w-full lg:w-3/5 h-full border-b border-gray-100">
<div class="bg-gray-100 border-b">
- <section class="mx-auto p-4 max-w-md">
+ <div class="mx-auto px-4 max-w-md">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
- </section>
+ </div>
</div>
<section class="bg--white--light">