I've encountered an odd issue with my media queries. While they function properly on my mobile devices, resizing my desktop browser doesn't seem to trigger the changes. This prevents me from inspecting my mobile styles using web inspector/firebug. Below is the problematic media query:
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {}