From e9f4548849ccff25a3f100691fb0f6cf861dffdd Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 3 Nov 2023 11:45:12 +0000 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 0be49d49..fbd0f843 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -21,11 +21,11 @@ pre[data-type="programlisting"] { /*--Adjusting padding in index to avoid bad break--*/ @page index:first { /* first page */ - padding-bottom: 0.5in; + padding-bottom: 0.1in; } @page index: { - padding-bottom: 0.5in; + padding-bottom: 0.1in; }