Skip to content

Commit

Permalink
Small CSS cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 17, 2020
1 parent 0e022fc commit 3566132
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1553,11 +1553,7 @@ h4 > .notable-traits {
}

@media (max-width: 416px) {
#titles {
height: 73px;
}

#titles > div {
#titles, #titles > div {
height: 73px;
}
}
Expand Down

0 comments on commit 3566132

Please sign in to comment.