From 036650adfbd3b690929918248608f05bd6488ab8 Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 3 Nov 2023 01:15:38 +0000 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 8d4845d6..222e8e72 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -21,21 +21,21 @@ pre[data-type="programlisting"] { /*--Adjusting padding in index to avoid bad break--*/ @page index:first { /* first page */ - padding-bottom: 0.4in; + padding-bottom: 0.1in; } @page index: { - padding-bottom: 0.4in; + padding-bottom: 0.1in; } /*--Adjusting padding in TOC to avoid bad break--*/ @page toc:first { /* first page */ - padding-bottom: 0.1in; + padding-bottom: 0.4in; } @page toc: { - padding-bottom: 0.1in; + padding-bottom: 0.4in; }