Skip to content

Commit

Permalink
Hid switch in case of mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaroyster committed Oct 14, 2015
1 parent c8de010 commit debefcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@

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

.switch {
display: none;
visibility: hidden;
}

#joke {
display: none;
visibility: hidden;
}
ul[class="droplist"]>li {
padding-left: 2em;
Expand Down

0 comments on commit debefcf

Please sign in to comment.