aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-03 19:48:21 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-03 19:48:21 -0500
commit3a940d4c80e24a1702dff40ff5a3b70c1050c39c (patch)
tree77ba850a50ae863ac821515a52304736a28ceb2d /app/views/partials
parent6911f756eb380b325fb24b4469ef16cf9c6b529d (diff)
downloadthedroneely.com-3a940d4c80e24a1702dff40ff5a3b70c1050c39c.tar.gz
thedroneely.com-3a940d4c80e24a1702dff40ff5a3b70c1050c39c.tar.bz2
thedroneely.com-3a940d4c80e24a1702dff40ff5a3b70c1050c39c.zip
app/views/partials/navigator: Remove line divider
Tighten nav columns
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/navigator.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index be5216b..3dd7b34 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -68,7 +68,7 @@
<div class="columns is-centered has-margin-bottom-none">
- <div class="navbar__left column is-3">
+ <div class="navbar__left column is-2">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/navigator.home.php'; ?>
</div>
@@ -78,14 +78,6 @@
</div>
- <div class="columns is-centered has-margin-none">
-
- <div class="column is-8 has-padding-none">
- <hr class="navbar__line has-background-grey-lighter">
- </div>
-
- </div>
-
</div>
</div>