tweaking pdf margins for amazon print on demand
This commit is contained in:
parent
b51637af2e
commit
638c5a44e0
1 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,8 @@
|
|||
}
|
||||
|
||||
@page:left {
|
||||
margin-right: 0.6in;
|
||||
margin-left: 1.1in;
|
||||
margin-right: 0.8in;
|
||||
margin-left: 0.9in;
|
||||
@bottom-left-corner {
|
||||
content: counter(page);
|
||||
font-size: 1rem;
|
||||
|
@ -21,8 +21,8 @@
|
|||
}
|
||||
|
||||
@page:right {
|
||||
margin-left: 0.6in;
|
||||
margin-right: 1.1in;
|
||||
margin-left: 0.8in;
|
||||
margin-right: 0.9in;
|
||||
@bottom-right-corner {
|
||||
content: counter(page);
|
||||
font-size: 1rem;
|
||||
|
@ -130,7 +130,7 @@
|
|||
position: running(runningTitle);
|
||||
}
|
||||
|
||||
.runningAuthors {
|
||||
.runningAuthors {
|
||||
position: running(runningAuthors);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue