docs: remove margin around logo background.
This commit is contained in:
parent
1b81a47b69
commit
fd811831fd
2
docs/_static/custom.css
vendored
2
docs/_static/custom.css
vendored
|
@ -11,7 +11,7 @@ a { text-decoration: underline; }
|
|||
/* Some of our section titles are looong */
|
||||
@media screen and (min-width:769px) {
|
||||
.wy-nav-side, .wy-side-scroll, .wy-menu-vertical { width: 340px; }
|
||||
.wy-side-nav-search { width: 325px; }
|
||||
.wy-side-nav-search { width: 340px; margin-bottom: .0em; }
|
||||
.wy-nav-content-wrap { margin-left: 340px; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue