Getting Started with Skeleton, the Simple CSS Boilerplate

Thanks a lot for the geat article and demo! There’s only one thing I wonder…

On http://getskeleton.com/, I read that:

“The grid is a 12-column fluid grid with a max width of 960px, that shrinks with the browser/device at smaller sizes. The max width can be changed with one line of CSS and all columns will resize accordingly”.

You say that the wrapper can have a max-width value of 960px.

I downloaded Skeleton and tried to set wrapper max-width to 1200px, and, at least in the basic page of the demo included, everything seems to work fine e.g. columns resize accordingly and the page looks good, when tested on different responsive layouts.

Why then that limitation to 960px? Do I have to expect any unwanted surprise when populating the page?

Thank you for your kind attention