diff --git a/src/style.typ b/src/style.typ index 9db0f83..6c1ae62 100644 --- a/src/style.typ +++ b/src/style.typ @@ -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,