Skip to content

Commit be9b112

Browse files
Improve resize handling
1 parent 07f5ca7 commit be9b112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ h4 > .notable-traits {
15781578
}
15791579
}
15801580

1581-
@media (max-width: 416px) {
1581+
@media (max-width: 464px) {
15821582
#titles, #titles > button {
15831583
height: 73px;
15841584
}

0 commit comments

Comments
 (0)