removed: header ascent and footer descent

This commit is contained in:
Sven Vogel 2024-07-05 10:31:14 +02:00
parent 04705b2003
commit eb8e457a0c
1 changed files with 2 additions and 2 deletions

View File

@ -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,