From eb8e457a0c394fd1f93606160c553c5e98541bf2 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Fri, 5 Jul 2024 10:31:14 +0200 Subject: [PATCH] removed: header ascent and footer descent --- src/style.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,