mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-18 06:39:16 +00:00
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:
commit
82b429f9b4
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue