Skip to content

Commit cf3903d

Browse files
authored
Fix: sidebar title width (#49)
1 parent 791b805 commit cf3903d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/_static/css/custom.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
@media screen and (min-width: 640px) {
2929
.hero__title {
3030
max-width: 550px;
31-
}
32-
33-
31+
}
3432
}
3533

3634
@media screen and (min-width: 1020px) {
3735

38-
.side-nav__title,
36+
.side-nav__title {
37+
display: block;
38+
}
39+
3940
.landing__content .alert {
4041
display: flex;
4142
}

0 commit comments

Comments
 (0)