Skip to content

Commit

Permalink
(#2502) Fix logo centering (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo authored Jan 25, 2025
1 parent 2e6fc57 commit 4cb0211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/_static/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
content: none;
}
.wy-side-nav-search .icon-home img.logo {
margin: 0 !important;
margin: 0 auto;
padding: 0;
max-width: 100px;
padding-bottom: 16px;
}

.wy-side-nav-search > div.version {
font-size: 85%;
/* Same monospace as our `pre` blocks */
Expand Down

0 comments on commit 4cb0211

Please sign in to comment.