-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Would it be possible to to expand the size of the body in the Quarto website (possibly also the blog post)? It can be difficult to display images with the default size.
https://quarto.org/docs/output-formats/page-layout.html#html-page-layout
The YAML can be updated with something like this:
format:
html:
grid:
sidebar-width: 300px
body-width: 900px
margin-width: 300px
gutter-width: 1.5rem
Reactions are currently unavailable