Skip to content

Commit 9a2615b

Browse files
hide home button mobile
1 parent f28333b commit 9a2615b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,10 +636,11 @@ header .search form input[type='submit'] {
636636
display: none;
637637
}
638638

639+
.nav .home {
640+
display: none;
641+
}
642+
639643
@media only screen and (min-width: 900px) {
640-
.nav .home {
641-
display: none;
642-
}
643644
}
644645

645646
@media only screen and (max-width: 600px) {

0 commit comments

Comments
 (0)