Merge pull request 'fix: right toc' (#82) from nevfy/selfprivacy.org:doc-sidebar into master

Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/82
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
Inex Code 2024-01-28 05:11:54 +02:00
commit 82b429f9b4
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 {