Here's my almost finished website.
The following media query is ignored by my iPad mini's browser. Why?
@media all and (max-width:800px){
#trigger {display:none;}
#telephone_leaf {display:none;}
#number_leaf {opacity:1;}
}
(style.css, line 974)
It works when resizing the desktop browser!
Actually, this is part of another problem. I can't seem to get the telephone-hover/click-leaf image to work on my iPad. For that reason, I'm trying to degrade into just showing the god-damn telephone number from the start at a certain browser width. But not even the @m works!! Going crazy.