docs: adjust font size of sidebar items (#2158)

* adjust font size

* made sidebar narrower
This commit is contained in:
Shahed Nasser
2022-09-07 19:20:51 +03:00
committed by GitHub
parent 7b98e6e009
commit 65654c551f
5 changed files with 26 additions and 13 deletions

View File

@@ -45,5 +45,10 @@
.sidebarFooterList {
border-top: 1px solid var(--ifm-toc-border-color);
list-style: none;
padding: 1.7em;
padding-top: 1.7em;
padding-left: 0;
}
.sidebarFooterList li a {
padding-left: 1.8em !important;
}