html - Turn off responsive for small resolution devices -
how turn off responsive design small resolution devices? responsive looks terrible when trying access phone. more @ screenshots. phone desktop
the way restrict responsive style sheet loading on smaller devices eg
<link rel="stylesheet" media="screen , (min-device-width: 800px)" href="css/bootstrap-responsive.css" />
Comments
Post a Comment