Skip to content

Commit 4309159

Browse files
authored
Merge pull request #1339 from mcanouil/docs/grid-page
2 parents fb9cbdd + 568d856 commit 4309159

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/output-formats/page-layout.qmd

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The values of these variables don't directly specify the display width of the co
138138

139139
You can control the component width variables using YAML or SCSS variables. To set these options in YAML, you may use the `grid` option :
140140

141-
```{.yaml filename="_quarto.yml"}
141+
```yaml
142142
format:
143143
html:
144144
grid:
@@ -148,14 +148,6 @@ format:
148148
gutter-width: 1.5rem
149149
```
150150
151-
::: {.callout-note}
152-
## Websites vs. Standalone HTML Pages
153-
154-
Customizing the layout of pages that are part of a Quarto website with YAML should happen at the site level in `_quarto.yml`. For HTML documents that aren't part of a website, these options could also be set in the YAML at the top of the document.
155-
156-
:::
157-
158-
159151
Similarly, in a [custom theme `scss` file](/docs/output-formats/html-themes.qmd#theme-options), you may set variables like:
160152

161153
``` css

0 commit comments

Comments
 (0)