Site icon Satish Gandham

When mobile browsers don’t respect CSS3 media queries

If mobile browsers are not respecting your media queries and showing desktop instead of mobile site, add this meta tag before linking the style sheet.

<meta name="viewport" content="width=device-width">

Exit mobile version