Financial-Times / o-grid

Responsive grid system
http://registry.origami.ft.com/components/o-grid
94 stars 17 forks source link

Page max width #18

Closed triblondon closed 10 years ago

triblondon commented 10 years ago

I'd like to be able to set a maximum width on the page as a whole. In the tweet service, I have a page that is simply full width content:

http://tweet.origami.trib.tv

I don't see that there's a variable I can set to say I want this page to be no more than X px wide.

wheresrhys commented 10 years ago

$o-grid-extra-large-max-width is there and would do the job. Or for a narrower max width you might need something like

$o-grid-large-to-extra-large-break: false;
$o-grid-large-max-width: 800

Leave a note below if you think the docs/functionality coud do with changing