fix: right toc

This commit is contained in:
nevfy 2024-01-28 00:50:15 +04:00
parent 14d7717a1f
commit a6b51c2799
1 changed files with 10 additions and 0 deletions

View File

@ -9,8 +9,18 @@
}
}
.td-toc ul {
margin-top: 1rem;
}
.td-toc li {
display: block;
padding-bottom: .5rem;
}
.td-toc a{
display: inline !important;
}
@media (min-width: 768px) {
.td-sidebar {