Skip to content

Commit e3afdfe

Browse files
committed
Fix logo padding in docs main page
1 parent 2a162bc commit e3afdfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
@media not print {
2+
@media (min-width: 1552px) {
3+
img.readme-wide-logo {
4+
padding-top: 3em;
5+
}
6+
}
7+
28
@media (prefers-color-scheme: dark) {
39
body:not([data-theme="light"]) img.sidebar-logo {
410
content: url(logo_red_text.svg);

0 commit comments

Comments
 (0)