diff --git a/index.html b/index.html
index 10c3022..b5800a9 100644
--- a/index.html
+++ b/index.html
@@ -113,32 +113,15 @@
-
+
diff --git a/theme/index.hbs b/theme/index.hbs
index 1158f11..7daafdb 100644
--- a/theme/index.hbs
+++ b/theme/index.hbs
@@ -137,28 +137,9 @@
{{/if}}
-
+
diff --git a/theme/pagetoc.css b/theme/pagetoc.css
index a818baf..f6d7c49 100644
--- a/theme/pagetoc.css
+++ b/theme/pagetoc.css
@@ -7,16 +7,17 @@
@media only screen and (min-width:1440px) {
main {
position: relative;
+ margin-left: calc((100% - var(--content-max-width))/2 - 120px) !important;
}
.sidetoc {
margin-left: auto;
margin-right: auto;
- left: calc(100% + (var(--content-max-width))/4 - 140px);
+ left: calc(100% + (var(--content-max-width))/4 - 160px);
position: absolute;
}
.pagetoc {
position: fixed;
- width: 280px;
+ width: 320px;
height: calc(100vh - var(--menu-bar-height) - 0.67em * 4);
overflow: auto;
}