diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f5cebf9..b05ebb5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -17,7 +17,7 @@
{{ $.Title }} - Bryson Steck
-
+
Bryson Steck
diff --git a/static/style.css b/static/style.css
index 775d6d5..04cf7b0 100644
--- a/static/style.css
+++ b/static/style.css
@@ -188,3 +188,9 @@ footer {
display: none;
}
}
+
+@media(max-width:502px) {
+ .navbar-item {
+ font-size: 14px;
+ }
+}