Skip to content

Commit d41488f

Browse files
authored
Merge pull request #320 from EvgenyOrekhov/fix-menu-media-queries
Fix top menu appearing twice at certain window sizes
2 parents 17b9351 + 7108d78 commit d41488f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/files/stylesheets/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
font-size: 32px;
674674
}
675675
}
676-
@media only screen and (min-width : 650px) {
676+
@media only screen and (min-width : 601px) {
677677
#example .theming .source.button {
678678
display: none;
679679
}

0 commit comments

Comments
 (0)