nathansmith / unsemantic

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

Incorrect minimal witdh #32

Closed iazarny closed 10 years ago

iazarny commented 10 years ago

Incorrect border condition for minimal width in unsemantic-grid-responsive.css ,line 760. Device, which has screen width equal to min-width (768px) shows desktop version, dut should show mobile. Fix @media screen and (min-width: 769px) {

nathansmith commented 10 years ago

This is by design. Tablets should be considered "desktop" in width.

If you need to specifically style tablets with a separate layout, use one of these files instead…

https://github.com/nathansmith/unsemantic/blob/master/assets/stylesheets/unsemantic-grid-responsive-tablet.css

https://github.com/nathansmith/unsemantic/blob/master/assets/stylesheets/unsemantic-grid-responsive-tablet-no-ie7.css