From b8df34309f56770d97d87e39f0f5eaf8d6d3976f Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sun, 2 Mar 2025 00:13:59 +0000 Subject: [PATCH] Add note to docs about page width --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 2acd883..58301e0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -374,7 +374,7 @@ The URL friendly version of the title which is used to access the page. For exam #### `width` The maximum width of the page on desktop. Possible values are `slim` and `wide`. -* default: `1600px` +* default: `1600px` (when no value is specified) * slim: `1100px` * wide: `1920px`