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
/* This is what I use near the top of my CSS stylesheet */ | |
/* Mobile first! (767px and below) */ | |
body:after { | |
display: none; | |
content: 'phone'; | |
} | |
/* Small Devices, Tablets (kicks in at 768px) */ | |
@media only screen and (min-width : 768px) { |
NewerOlder