From d2b1349f0a2e517296b259fc705ba912619ae592 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 12 Oct 2022 13:35:45 +0000 Subject: [PATCH] Use `justify-content: center` instead of `stretch` in chapters for easier positioning --- src/rules/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/base.less b/src/rules/base.less index 45719c4..74807cc 100644 --- a/src/rules/base.less +++ b/src/rules/base.less @@ -203,7 +203,7 @@ flex-wrap: wrap; flex-direction: row; gap: 0.5em; - justify-content: stretch; + justify-content: center; align-items: stretch; // Add the gap as a vertical margin, so that multiple chapters can be placed next to each other