docs: make the logo a bit smaller.
Co-authored-by: mcclure <mcclure@users.noreply.github.com>
This commit is contained in:
parent
bf8faea51e
commit
b8ca2a09b4
2
docs/_static/custom.css
vendored
2
docs/_static/custom.css
vendored
|
@ -6,7 +6,7 @@ a { text-decoration: underline; }
|
|||
.wy-nav-top, .wy-side-nav-search { background-color: #784b9a; }
|
||||
|
||||
/* Make the logo more reasonably sized. */
|
||||
.wy-side-nav-search > a img.logo { width: 200px; }
|
||||
.wy-side-nav-search > a img.logo { width: 160px; }
|
||||
|
||||
/* Some of our section titles are looong */
|
||||
@media screen and (min-width:769px) {
|
||||
|
|
Loading…
Reference in a new issue