tylertate / semantic.gs

The Semantic CSS Grid
tylertate.github.io/semantic.gs/
Apache License 2.0
1.59k stars 245 forks source link

Responsive but not Fluid #57

Open jcldavid opened 12 years ago

jcldavid commented 12 years ago

Can you guys also create an example for a responsive layout but not fluid that can adapt to common screen sizes? Thanks. Because for now I can only see a responsive but fluid layout example in your website.

patbenatar commented 12 years ago

I just submitted a pull-request with an example where the grid is fixed width but you can set it to fluid in your media queries so once the screen goes below a certain size you can switch to fluid.

https://github.com/twigkit/semantic.gs/pull/59