diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index fbd0f843..0be49d49 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.1in; + padding-bottom: 0.5in; } @page index: { - padding-bottom: 0.1in; + padding-bottom: 0.5in; }