1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-14 03:48:58 +00:00

Edited theme/pdf/pdf.css with Atlas code editor

This commit is contained in:
claylock 2023-11-03 01:15:38 +00:00
parent 03a9ace64a
commit 036650adfb

View File

@ -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;
}