arturadib / strapdown

Instant and elegant Markdown documents in the browser
http://strapdownjs.com
MIT License
2.48k stars 410 forks source link

Set maximum page width #30

Open yoavartzi opened 10 years ago

yoavartzi commented 10 years ago

Is it possible to set the maximum width of the main column?

Thanks

toomey8 commented 9 years ago

+1 on this.

numtel commented 9 years ago

If you're using one of the supplied bootstrap themes, use this snippet:

<style>
.container { max-width: 700px; }
</style>