Created
January 21, 2013 16:06
-
-
Save zufrieden/4587072 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
/* CSS pour le comportement par défaut : 980px de large + IE */ | |
/* CSS pour les grands écrans et navigateurs modernes */ | |
@media (min-width: 1200px) { | |
} | |
/* CSS pour le comportement mobile */ | |
@media (max-width: 767px) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment