Created
April 30, 2013 23:56
-
-
Save anonymous/5492805 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*desktop #############################################################################################*/ | |
@media only screen and (min-width: 978px) and (max-width: 3879px) { | |
.smartphoneitem{ | |
display: none !important; | |
} | |
} | |
/*tablet #############################################################################################*/ | |
@media only screen and (min-width: 768px) and (max-width: 977px) { | |
} | |
/*mobile ocultar barra #############################################################################################*/ | |
@media only screen and (min-width: 20px) and (max-width: 767px) { | |
.desktopitem{ | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment