fix: Some small UI tweaks This will make the navbar look better on higher resolution screen.
1diff --git a/static/index.html b/static/index.html 2index 266aff6cfd7443c6bac79513b2b82155a3927c1b..40b1eadc0de10500a3c2bfda7003aa5ed3dd0fc1 100644 3--- a/static/index.html 4+++ b/static/index.html 5@@ -35,7 +35,6 @@ margin: auto; 6 margin-bottom: 1em; 7 background: #0062cc; 8 padding: .75em; 9- max-width: 960px; 10 } 11 12 nav { 13@@ -108,7 +107,7 @@ padding-left: 5px; 14 } 15 16 main { 17- width: 50%; 18+ width: 60%; 19 margin: 0 auto; 20 } 21