Skip to content

Commit 689228a

Browse files
committed
Fix too-wide sidebar in narrower browsers
1 parent d708d8a commit 689228a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/css/customstyles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ span.soft {
874874
@media (min-width: 1000px) {
875875

876876
ul#mysidebar {
877-
width: 250px;
877+
width: 225px;
878878
}
879879
}
880880

0 commit comments

Comments
 (0)