I'll make it simple:
This is the only code in my sample project's entire scope that turns the background to red.
@media only screen and (min-width: 768px) and (orientation: portrait) {
background: red;
}
I cannot explain why I'm seeing a red background in this Chrome responsive simulator when the min-width
is clearly below 768px
: