8000 DOC: fix CSS bug · InterferencePattern/scikit-learn@5e95e40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e95e40

Browse files
committed
DOC: fix CSS bug
1 parent d8bd3d3 commit 5e95e40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/themes/scikit-learn/static/nature.css_t

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,11 +870,14 @@ div.carousel>.carousel-inner>.item {
870870

871871
div.carousel img {
872872
max-height: 70px;
873-
max-width: 50%;
874873
background-color: #fff;
875874
margin: auto;
876875
}
877876

877+
div#testimonials_carousel img {
878+
max-width: 50%;
879+
}
880+
878881
div#testimonials_carousel {
879882
height: 120px;
880883
}

0 commit comments

Comments
 (0)
0