Skip to content

Commit 83d3a09

Browse files
committed
Fix logo size on mobile
1 parent 04cd87a commit 83d3a09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_theme/static/sphinxbootstrap4.css_t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,9 @@ blockquote {
946946
font-size: 12px;
947947
}
948948
.logo-light {
949-
width: 270px
949+
width: 270px;
950+
max-width: 220px;
951+
height: 27px;
950952
}
951953
.footer-logo {
952954
margin-bottom: 30px;

0 commit comments

Comments
 (0)