jnfilter @ 1aea9a77ebeabff40076ee76c84dddf3f5b0f7de

fix: Some small UI tweaks

This will make the navbar look better on higher resolution screen.
diff --git a/static/index.html b/static/index.html
index 266aff6cfd7443c6bac79513b2b82155a3927c1b..40b1eadc0de10500a3c2bfda7003aa5ed3dd0fc1 100644
--- a/static/index.html
+++ b/static/index.html
@@ -35,7 +35,6 @@     margin: auto;
     margin-bottom: 1em;
     background: #0062cc;
     padding: .75em;
-    max-width: 960px;
 }
 
 nav {
@@ -108,7 +107,7 @@   padding-left: 5px;
 }
 
 main {
-    width: 50%;
+    width: 60%;
     margin: 0 auto;
 }