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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -