mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: right toc
This commit is contained in:
parent
14d7717a1f
commit
a6b51c2799
|
@ -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) {
|
@media (min-width: 768px) {
|
||||||
.td-sidebar {
|
.td-sidebar {
|
||||||
|
|
Loading…
Reference in a new issue