Skip to content

Commit 7108d78

Browse files
committed
Fix top menu appearing twice at certain window sizes
Fix Semantic-Org/Semantic-UI#5311
1 parent bf01db3 commit 7108d78

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)