From 39938a7a0f29a5206a92e5edb10f16d887cf96e4 Mon Sep 17 00:00:00 2001 From: claylock Date: Tue, 31 Oct 2023 19:32:54 +0000 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 5688866c..10ff3309 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -19,6 +19,15 @@ pre[data-type="programlisting"] { } +/*--Adjusting padding in index to avoid bad break--*/ +@page toc:index { /* first page */ + padding-bottom: 0.2in; +} + +@page toc: { + padding-bottom: 0.2in; +} + /*--Adjusting padding in TOC to avoid bad break--*/ @page toc:first { /* first page */