Skip to content

Commit 4cb0211

Browse files
authored
(#2502) Fix logo centering (#2518)
1 parent 2e6fc57 commit 4cb0211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_static/css/layout.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
content: none;
2727
}
2828
.wy-side-nav-search .icon-home img.logo {
29-
margin: 0 !important;
29+
margin: 0 auto;
3030
padding: 0;
3131
max-width: 100px;
32-
padding-bottom: 16px;
3332
}
33+
3434
.wy-side-nav-search > div.version {
3535
font-size: 85%;
3636
/* Same monospace as our `pre` blocks */

0 commit comments

Comments
 (0)