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 {
watermark()
},
header-ascent: style.header.underline-top-padding + style.header.bottom-padding,
footer-descent: 1em,
header-ascent: 0pt,
footer-descent: 0pt,
margin: (
top: style.page.margin.top + style.header.logo-height + style.header.underline-top-padding + style.header.bottom-padding,
bottom: style.page.margin.bottom + 1em,