From e3e8765344a1f58b56228ffde1e00e6f8aa23439 Mon Sep 17 00:00:00 2001 From: grgr Date: Thu, 5 May 2022 18:12:30 +0200 Subject: [PATCH] correct error in css --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b191216..67f90a6 100644 --- a/style.css +++ b/style.css @@ -57,7 +57,9 @@ margin-left: 15mm; margin-right: 8mm; } - @page:first + @page:first{ + margin: 8mm 8mm 8mm 8mm; + } /*comment - uncomment below to see the double page on the web interface*/ .pagedjs_pages { display: flex;