docs: remove margin around logo background.

This commit is contained in:
Jean-François Nguyen 2024-04-10 20:10:09 +02:00 committed by Catherine
parent 1b81a47b69
commit fd811831fd

View file

@ -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; }
}