I noticed on the twitter docs for grid system it says the default grid is 940px but it is 1170px on the website. I gather it is using responsive to change the width as I am on a widescreen and higer resolution.
My question falls down to how do I use 1170px like in twitter docs. I can’t seem to find any docs explaining how to change the width to 1170px like they have. Is this a custom build they have made but not released or just not updated the docs?
Any ideas how to implement this and have the correct grid customization vars for 1170px.
Thanks
They are using a
@mediaquery for that, which is not included by default in the bootstrap, you can read more about it here in their responsive layout documentation.Important bit from their CSS:
Excerpt from the page