-
Recent Posts
- Mongod error | exception in initAndListen std::exception: locale::facet::_S_create_c_locale name not valid
- Right way to break Django code for debugguing
- Where are python site packages located in MAC OSX Mountain Lion
- Get the number of documents in a MongoDB collection with unique/distinct values for a field
- A complete guide to Integrating MongoDB with Elastic Search
Recent Comments
iRead
- Smashing Magazine Quality design resources. SM network is a great way to find some good posts quickly.
- The Design Cubicle One of the best blog about logo design, branding and typography.
- WebDesigner depot
Archives
Categories
Meta
Tag Archives: media queries
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”>