Skip to content

Commit 8e4414d

Browse files
committed
DOC: Make version switcher font size smaller
This helps adjust the flow of the navbar items. [skip azp][skip cirrus]
1 parent a8f17c4 commit 8e4414d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/_static/numpy.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ body {
2626
opacity: 0.9;
2727
}
2828

29+
.version-switcher__menu a.list-group-item {
30+
font-size: small;
31+
}
32+
2933
button.btn.version-switcher__button,
3034
button.btn.version-switcher__button:hover {
3135
color: black;
36+
font-size: small;
3237
}
3338

3439
/* Main index page overview cards */

0 commit comments

Comments
 (0)