My mobile media queries dont work in landscape mode, maybe I am not displaying media only screen
right. I am not using any frameworks , just regular CSS...
Could someone point me in the right direction? Thanks in advance
this is what I have right now
@media (min-width : 319px) and (max-width: 480px){
//css here
}
not sure what I am doing wrong