joshuagatcke / HTML-KickStart

Ultra–Lean HTML Building Blocks for Rapid Website Production
http://www.99lime.com
MIT License
1.22k stars 243 forks source link

Grid layout support should be more friendly to fluid and responsive layouts #31

Closed ssokolow closed 11 years ago

ssokolow commented 11 years ago

One of the biggest design traits of my more recent creations is that I like them to be able to reflow all the way down to the width of the Opera Mini Simulator (Somewhere between 200px and 220px wide, if I remember correctly).

However, the CSS used by the HTML KickStart grid system doesn't provide any significant help for fluid or responsive layouts (beyond the barebones relatively-sized columns necessary to classify as "fluid"). I just have to hack on my own fixes after the fact.

Things like:

Having some officially supported approaches to this sort of thing which everyone can use and collaboratively hammer the bugs out of would really help to make HTML KickStart more attractive.

joshuagatcke commented 11 years ago

HTML KickStart is fully Responsive as of 9.4