diff --git a/static/index.html b/static/index.html
index 9c0bd93..cbdd5cd 100644
--- a/static/index.html
+++ b/static/index.html
@@ -51,8 +51,9 @@
diff --git a/static/style.css b/static/style.css
index 93aac41..be403c5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -49,7 +49,7 @@ body {
}
.bar-links-left {
- grid-template-columns: repeat(3, auto);
+ grid-template-columns: repeat(4, auto);
grid-area: 1 / 1 / 2 / 3;
justify-self: self-start;
}