bashtage / sphinx-material

A material-based, responsive theme inspired by mkdocs-material
Other
312 stars 91 forks source link

Question: Can you adjust the width of the body of a page? #97

Closed jamesETsmith closed 2 years ago

jamesETsmith commented 3 years ago

Thanks for making this package, it was really easy to use for a website I'm helping set up!

Is there any way to adjust the width of the body of the page? Should I use the _templates/layout.html you mention in the README.md or is there some simpler way?

Thanks!

bashtage commented 2 years ago

This should only require using your own CSS file to override the defaults. Because there are a lot of @media selects, it might take quite a bit of work.