Skip to content

Commit 3b7aa62

Browse files
authored
update margins and chapterhead line-height
1 parent ae6a596 commit 3b7aa62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stylesheets/pdf.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010

1111
@page :left {
12-
margin-left: 0.75in;
13-
margin-right: 1in;
12+
margin-left: 0.5625in; //0.75in;
13+
margin-right: 1.1875in; //1in;
1414
@bottom-left {
1515
content: counter(page) " \00a0\00a0\00a0\00a0\00a0\00a0 Introducción a p5.js";
1616
text-align: left;
@@ -21,8 +21,8 @@
2121
}
2222

2323
@page :right {
24-
margin-left: 1in;
25-
margin-right: 0.75in;
24+
margin-left: 1.1875in; //1in;
25+
margin-right: 0.5625in; //0.75in;
2626
@bottom-right {
2727
content: string(chaptitle) "\00a0\00a0\00a0\00a0\00a0\00a0" counter(page);
2828
text-align: right;
@@ -65,7 +65,7 @@ h1 {
6565
string-set: chaptitle content();
6666
padding-bottom: 4em;
6767
font-size: 18pt;
68-
line-height: 12.5pt;
68+
line-height: 18.5pt; //12.5pt;
6969
}
7070

7171
h2 {

0 commit comments

Comments
 (0)