From ce2908f07a31dc238f23a23450427c0bd475aacd Mon Sep 17 00:00:00 2001 From: nycki Date: Fri, 14 Nov 2025 11:36:28 -0800 Subject: [PATCH] break after four pages --- static/papermod/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/papermod/index.html b/static/papermod/index.html index 187c9cc..146ccd8 100644 --- a/static/papermod/index.html +++ b/static/papermod/index.html @@ -10,6 +10,8 @@ margin: 0; display: flex; flex-wrap: wrap; + /* break after fourth page on large monitors */ + max-width: calc((74mm + 8mm) * 4); } .page { background-color: white; @@ -48,8 +50,6 @@

page 4

- -

page 5