diff --git a/pinaxcon/templates/nav.html b/pinaxcon/templates/nav.html
index fa41f904..a941ea2e 100644
--- a/pinaxcon/templates/nav.html
+++ b/pinaxcon/templates/nav.html
@@ -9,14 +9,14 @@
{% endif %}
-
+
{% sitetree_menu from "main" include "trunk" template "sitetree_header.html" %}
-
-
+
diff --git a/pinaxcon/templates/sitetree_header.html b/pinaxcon/templates/sitetree_header.html
index 0668a9f0..80ec3b5e 100644
--- a/pinaxcon/templates/sitetree_header.html
+++ b/pinaxcon/templates/sitetree_header.html
@@ -20,7 +20,7 @@
{% endif %}
- {% endif %}
+ {% endif %}
{% endfor %}
\ No newline at end of file
diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss
index d52290e3..8b494cf1 100644
--- a/static/src/scss/app.scss
+++ b/static/src/scss/app.scss
@@ -21,7 +21,6 @@ body {
}
-
.text-page {
h2 {
padding-top: 3rem;
@@ -37,10 +36,6 @@ body {
text-transform: uppercase;
}
-.navbar-collapse {
- margin-left: $padding-left-default;
-}
-
.navbar-toggler {
border: 0 !important;
@@ -110,7 +105,7 @@ footer {
}
li.nav-item {
- height: 2.75rem;
+ min-height: 2.75rem;
&.active > a.nav-link {
font-weight: 700;