diff --git a/_includes/header.html b/_includes/header.html
index f5388aae..a4a29354 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -18,21 +18,21 @@
-
- {%- for path in page_paths -%}
- {%- assign my_page = site.pages | where: "path", path | first -%}
- {%- if my_page.title -%}
-
{{ my_page.title | escape }}
- {%- endif -%}
- {%- endfor -%}
-
-
-
Show Solutions?
-
-
+
{%- endif -%}
diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss
index 5d96c80f..5aef4191 100644
--- a/_sass/minima/custom-styles.scss
+++ b/_sass/minima/custom-styles.scss
@@ -144,6 +144,11 @@ input:checked + .slider:before {
z-index: 1;
}
+
+#nav-menu {
+ display: flex;
+}
+
.site-nav .trigger {
display: flex;
align-items: center;