diff --git a/index.html b/index.html
index ca02f41..8456993 100644
--- a/index.html
+++ b/index.html
@@ -54,9 +54,8 @@
nav {
height: 146px;
float: left;
- padding-left: 2em;
+ padding-left: .75rem;
padding-top: 2em;
- margin-right: 30rem;
}
nav>a {
@@ -212,8 +211,8 @@
app-router[data-load="system-status"] a[href='/'],
app-router[data-load="system-status"] a:active[href='/'],
app-router[data-load="system-status"] a:visited[href='/'],
- app-router[data-load="docs-viewer"] a[href='/documentation']
- app-router[data-load="docs-viewer"] a:active[href='/documentation']
+ app-router[data-load="docs-viewer"] a[href='/documentation'],
+ app-router[data-load="docs-viewer"] a:active[href='/documentation'],
app-router[data-load="docs-viewer"] a:visited[href='/documentation'],
app-router[data-load="developer-tooling"] a[href='/developer-tooling'],
app-router[data-load="developer-tooling"] a:active[href='/developer-tooling'],
@@ -250,7 +249,7 @@