We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6a596 commit 3b7aa62Copy full SHA for 3b7aa62
stylesheets/pdf.scss
@@ -9,8 +9,8 @@
9
}
10
11
@page :left {
12
- margin-left: 0.75in;
13
- margin-right: 1in;
+ margin-left: 0.5625in; //0.75in;
+ margin-right: 1.1875in; //1in;
14
@bottom-left {
15
content: counter(page) " \00a0\00a0\00a0\00a0\00a0\00a0 Introducción a p5.js";
16
text-align: left;
@@ -21,8 +21,8 @@
21
22
23
@page :right {
24
- margin-left: 1in;
25
- margin-right: 0.75in;
+ margin-left: 1.1875in; //1in;
+ margin-right: 0.5625in; //0.75in;
26
@bottom-right {
27
content: string(chaptitle) "\00a0\00a0\00a0\00a0\00a0\00a0" counter(page);
28
text-align: right;
@@ -65,7 +65,7 @@ h1 {
65
string-set: chaptitle content();
66
padding-bottom: 4em;
67
font-size: 18pt;
68
- line-height: 12.5pt;
+ line-height: 18.5pt; //12.5pt;
69
70
71
h2 {
0 commit comments