From cabf07fb101d8021c108950c6c7cc92e64d72331 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 4 Mar 2023 15:53:40 -0800 Subject: [PATCH] Clarify max_width unit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48434dfd..297c3919 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ paige: git: commit_url_prefix: "" # Example is "https://github.com/willfaught/paige/commit/" math: false # Enable math typesetting - max_width: "" # Maximum width for the whole page + max_width: "" # CSS unit; maximum width for the whole page menu: breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items style: "pills" # Must be "links" or "pills"