diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 222e8e72..fbd0f843 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -31,11 +31,11 @@ pre[data-type="programlisting"] { /*--Adjusting padding in TOC to avoid bad break--*/ @page toc:first { /* first page */ - padding-bottom: 0.4in; + padding-bottom: 0.1in; } @page toc: { - padding-bottom: 0.4in; + padding-bottom: 0.1in; }