So, I have an interesting predicament, I work on a responsive site, and when I resize my browser everything works as it should, but when I view the site from my iphone, it does not capture requests from the corresponding media request, which I defined as:
@media (max-width: 479px) {
rules
}
Website is ericbrockmanwebsites.com/dev2 It is surprising if someone has come across this before.
Any help is greatly appreciated.
source
share