SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to target a device then just write min-device-width. For example:
min-device-width
@media only screen and (min-device-width: 480px){}
@media only screen and (min-device-width: 768px){}
Here are some good articles: