diff --git a/_layouts/post.html b/_layouts/post.html
index ffd0e40..d36f8f0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -83,6 +83,7 @@
display: table;
counter-increment: item;
margin-bottom: 0;
+ margin-left: -0.1em;
}
.toc-li .toc-ol > .toc-li:before {
@@ -98,7 +99,7 @@
margin: 0.5rem;
}
- {% include toc.html html=content ordered=true class='toc-ol' submenu_class='toc-ol' flat_toc=false h_max=3 item_class='toc-li'%}
+ {% include toc.html html=content ordered=true class='toc-ol' submenu_class='toc-ol' flat_toc=false h_max=2 item_class='toc-li'%}
{% endif %}