I'm using these examples of media queries below, but when testing the resolution in 176-pixel cell phones has no effect, what are the right properties for this?
@media screen and (min-width:320px) { }
@media screen and (min-width:480px) { }
@media screen and (min-width:600px) { }
@media screen and (min-width:768px) { }
@media screen and (min-width:992px) { }