tweaking pdf margins for amazon print on demand

This commit is contained in:
Marcell Mars 2023-06-08 17:01:42 +02:00
parent b51637af2e
commit 638c5a44e0

View file

@ -6,8 +6,8 @@
} }
@page:left { @page:left {
margin-right: 0.6in; margin-right: 0.8in;
margin-left: 1.1in; margin-left: 0.9in;
@bottom-left-corner { @bottom-left-corner {
content: counter(page); content: counter(page);
font-size: 1rem; font-size: 1rem;
@ -21,8 +21,8 @@
} }
@page:right { @page:right {
margin-left: 0.6in; margin-left: 0.8in;
margin-right: 1.1in; margin-right: 0.9in;
@bottom-right-corner { @bottom-right-corner {
content: counter(page); content: counter(page);
font-size: 1rem; font-size: 1rem;