Files
panaetius-theme/src/scss/toc.scss
2020-06-08 03:34:08 +01:00

16 lines
280 B
SCSS

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;
}
}