<link href="css/mobile-large.css" media="all and (min-width: 481px) and (max-width: 760px)" rel="stylesheet" type="text/css" />
Should this line of code make the stylesheet "mobile-large.css" load when using the Samsung Galaxy Nexus with a width of 720 pixels? However, this is not so, what is the reason and how to fix it?
I also use this:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
source share