mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 15:09:01 +01:00
client(print): use a larger page margins
This commit is contained in:
parent
f2cc98eeec
commit
3cd02f6ceb
@ -8,6 +8,10 @@
|
|||||||
--print-font-size: 11pt;
|
--print-font-size: 11pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@page {
|
||||||
|
margin: 2cm;
|
||||||
|
}
|
||||||
|
|
||||||
.ck-content {
|
.ck-content {
|
||||||
font-size: var(--print-font-size);
|
font-size: var(--print-font-size);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user