Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f98e54f

Browse files
NelleVGaelVaroquaux
authored andcommitted
ENH testimonials img are now centered.
More spacing around button
1 parent c1d91d7 commit f98e54f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ div#examples_carousel {
851851
margin-bottom: 0px;
852852
}
853853

854-
div.carousel item {
854+
div.carousel>.carousel-inner>.item {
855855
width: 100%;
856856
margin: auto;
857857
}
@@ -861,6 +861,7 @@ div.carousel img {
861861
max-height: 50px;
862862
height: 50px;
863863
background-color: #fff;
864+
margin: auto;
864865
}
865866

866867
div#examples_carousel img {
@@ -1142,7 +1143,7 @@ div.container-index {
11421143

11431144
.cite-us {
11441145
margin: auto;
1145-
margin-top: 10px;
1146+
margin-top: 30px;
11461147
display: block;
11471148
max-width: 100px;
11481149
}
@@ -1173,4 +1174,6 @@ div.container-index {
11731174

11741175
a.testimonials {
11751176
font-size: 0.9em;
1177+
float: right;
1178+
padding-right: 5px;
11761179
}

0 commit comments

Comments
 (0)