Skip to content

Commit d317727

Browse files
Merge pull request #334 from flagos-ai/fix-logo-size
Adjust navbar logo size in custom.css
2 parents 1f132bc + 9dfa29c commit d317727

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ pre {
7575
max-width: 100%;
7676
overflow-x: auto;
7777
}
78+
79+
/* Adjust sphinx-book-theme navbar logo size */
80+
#site-logo {
81+
max-height: 32px;
82+
width: auto;
83+
}

0 commit comments

Comments
 (0)