diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b05ebb5..52e11ea 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -20,6 +20,7 @@
Bryson Steck
+
- Blog
- Projects
diff --git a/static/style.css b/static/style.css
index 04cf7b0..cf91c51 100644
--- a/static/style.css
+++ b/static/style.css
@@ -189,8 +189,12 @@ footer {
}
}
+.split-navbar {
+ display: none;
+}
+
@media(max-width:502px) {
- .navbar-item {
- font-size: 14px;
+ .split-navbar {
+ display: inline;
}
}