1
0
Fork 0
forked from fun/fun
fun/web/_sass/_toc.scss

17 lines
292 B
SCSS

//#toc-container h2 {
// font-size: 1.4em;
//}
#toc-container ul {
list-style-image: none;
list-style-type: none;
margin-left: $spacing-unit;
//margin:0;
//padding: 0;
//text-align: left;
}
#toc-container ul li {
list-style-type: none;
padding-left: 0;
}