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
Post a Comment