From 04c3afc850803e4bdfc8f4914a49602d0385974f Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sun, 8 Sep 2024 06:25:06 +0100 Subject: [PATCH] Document `center-vertically` property --- docs/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index d39c8b5..944019e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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 | | @@ -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.