nathansmith / unsemantic

Fluid grid for mobile, tablet, and desktop.
http://unsemantic.com
MIT License
1.38k stars 162 forks source link

iPhone 5 not rendering mobile #14

Closed joelmcdwebworks closed 11 years ago

joelmcdwebworks commented 11 years ago

Little new to the framework, but I'm building a site using Unsemantic, and have designed using the mobile grid. The design is responsive when I resize my browser window on my desktop, but my iPhone 5 renders the desktop/tablet version.

nathansmith commented 11 years ago

Hmm, do you have this meta tag in the head…

<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
joelmcdwebworks commented 11 years ago

I did not! Added, and now it's working. Thanks so much!