Skip to content

Commit ec41382

Browse files
authored
Fix logo size in tutorial (#713)
1 parent c5a97d3 commit ec41382

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/tutorial/_static/css/gallery.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@ td .highlight-python.notranslate {
4040
justify-content: center;
4141
}
4242

43-
.sidebar-logo-container {
44-
height: 100px;
45-
width: 100%;
46-
.sidebar-logo {
47-
width: 100px;
48-
height: 100%;
49-
}
43+
.sidebar-logo-container .sidebar-logo {
44+
max-height: 170px;
45+
width: auto;
46+
display: block;
5047
}
5148

5249
.gallery-item {

0 commit comments

Comments
 (0)