4 ms·
Why have a max width of 960px? "The grid is a 12-column fluid grid with a max width of 960px"
by scottcanoni 12y ago
Why have a max width of 960px?
"The grid is a 12-column fluid grid with a max width of 960px"
- jonathantm 12y ago> "The max width can be changed with one line of CSS and all columns will resize accordingly."
- cag_ii 12y agoYou can easily change this to whatever you like using .container max-width
- armandososa 12y agoI think this is the reason: http://www.cameronmoll.com/archives/2006/12/gridding_the_960/ http://www.cameronmoll.com/archives/2006/12/gridding_the_960.... 960px was the "standard" for so much time (before RWD was a thing) that I still use it as the default width when designing new stuff. Maybe this is a bow to the old masters of our craft.