Widen the toc menu a bit.

This commit is contained in:
Jeremy Wall 2020-05-16 20:39:59 -04:00
parent 098847ad57
commit 73f6794471

View File

@ -3,7 +3,7 @@ $toc-max-sreen-width: 2 * 200px + $post-toc-margin-left !default;
.post-toc {
position: absolute;
width: 200px;
width: 15em;
margin-left: $post-toc-margin-left;
padding: 10px;
border-radius: 5px;