Skip to content

Commit 042885c

Browse files
turskytshemsedinov
authored andcommitted
Refactor code (margins)
1 parent 33f7b7d commit 042885c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,16 @@ content.push({
2929
margin: [40, 20, 40, 0],
3030
});
3131

32-
content.push('\n\n');
33-
3432
content.push({
3533
text: 'Copyright © Timur Shemsedinov and \nHowProgrammingWorks contributors',
3634
fontSize: 14,
37-
margin: [40, 10, 10, 10],
35+
margin: [40, 40, 40, 0],
3836
});
3937

4038
content.push({
41-
text: '\nKiev, 2015-2022',
39+
text: 'Kiev, 2015-2022',
4240
fontSize: 14,
43-
margin: [40, 8, 5, 8],
41+
margin: [40, 40, 40, 0],
4442
pageBreak: 'after',
4543
});
4644

0 commit comments

Comments
 (0)