removed: header ascent and footer descent
This commit is contained in:
parent
04705b2003
commit
eb8e457a0c
|
@ -66,8 +66,8 @@
|
||||||
foreground: if config.draft {
|
foreground: if config.draft {
|
||||||
watermark()
|
watermark()
|
||||||
},
|
},
|
||||||
header-ascent: style.header.underline-top-padding + style.header.bottom-padding,
|
header-ascent: 0pt,
|
||||||
footer-descent: 1em,
|
footer-descent: 0pt,
|
||||||
margin: (
|
margin: (
|
||||||
top: style.page.margin.top + style.header.logo-height + style.header.underline-top-padding + style.header.bottom-padding,
|
top: style.page.margin.top + style.header.logo-height + style.header.underline-top-padding + style.header.bottom-padding,
|
||||||
bottom: style.page.margin.bottom + 1em,
|
bottom: style.page.margin.bottom + 1em,
|
||||||
|
|
Loading…
Reference in New Issue