960
edits
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
} | } | ||
@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5) { | @media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5) { | ||
.nodesktop { | |||
display:block; } | |||
} | |||
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { | |||
.nodesktop { | .nodesktop { | ||
display:block; } | display:block; } |
edits