Skip to content

Commit

Permalink
Document center-vertically property
Browse files Browse the repository at this point in the history
  • Loading branch information
svilenmarkov committed Sep 8, 2024
1 parent 066e512 commit 04c3afc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ pages:
| title | string | yes | |
| slug | string | no | |
| width | string | no | |
| center-vertically | boolean | no | false |
| hide-desktop-navigation | boolean | no | false |
| show-mobile-header | boolean | no | false |
| columns | array | yes | |
Expand All @@ -328,6 +329,8 @@ The maximum width of the page on desktop. Possible values are `slim` and `wide`.
>
> When using `slim`, the maximum number of columns allowed for that page is `2`.

#### `center-vertically`
When set to `true`, vertically centers the content on the page. Has no effect if the content is taller than the height of the viewport.

#### `hide-desktop-navigation`
Whether to show the navigation links at the top of the page on desktop.
Expand Down

0 comments on commit 04c3afc

Please sign in to comment.