css - Why is this Media Query for mobile interfering with desktop styling? -


i never had issue before of sudden 1 day changed , see mobile css effecting desktop. tried display:none; in there hide nothing happens... ideas?

here's link tag

`<link rel="stylesheet" href="{path_to_stuff}/css/small.css" type="text/css" media="all" />` 

here's css media query.

@media screen , (max-width:480px) { /* stuff in here */ } 


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -