Skip to content

Commit 7d51c2c

Browse files
committed
Don't force size of logo
1 parent 7595b5a commit 7d51c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sunpy_sphinx_theme/theme/sunpy/static/sunpy_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ div.sidebar-primary-item > a.logo {
335335
}
336336

337337
img.logo__image {
338-
height: var(--pst-header-height);
338+
max-height: var(--pst-header-height);
339339
}
340340

341341
.bd-sidebar-primary .sidebar-primary-items__end {

0 commit comments

Comments
 (0)