From 0592390d22217d53e3456f36b7d3e8588e2f3fed Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 27 Oct 2023 12:41:01 +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 038dacda..21d3277a 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -22,11 +22,11 @@ pre[data-type="programlisting"] { /*--Adjusting padding in TOC to avoid bad break--*/ @page toc:first { /* first page */ - padding-bottom: 0.3in; + padding-bottom: 0.2in; } @page toc: { - padding-bottom: 0.4in; + padding-bottom: 0.2in; }