Adding TOC

This commit is contained in:
2020-06-08 03:34:08 +01:00
parent ffb038929c
commit d369ecf296
2 changed files with 34 additions and 20 deletions

15
src/scss/toc.scss Normal file
View File

@@ -0,0 +1,15 @@
div.toc-sidebar {
position: fixed;
right: 0;
background-color: rgb(245,245,245);
height: 100%;
margin-top: -500%;
padding-top: 500%;
padding-bottom: 500%;
margin-right: 5%;
& li {
list-style: none;
padding-bottom: 5px;
}
}