Code:
@media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
body {
background: #ccc;
}
}
So an iPhone is 320x480, what do I do so it has a different layout based on an exact width?
Edit: Oh and does anything else need to be implemented for those phones with tilting software on, I presume just another width?