From ca4312bfdeea2f5842083c294b6f4b9bace3f212 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Thu, 18 Jul 2024 10:58:23 +0200 Subject: [PATCH] changed header numbering title spacing to 0.5em --- src/style.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.typ b/src/style.typ index f9529ef..0af11a0 100644 --- a/src/style.typ +++ b/src/style.typ @@ -163,7 +163,7 @@ let heading = currentH() heading.at(0) - h(1em) + h(0.5em) heading.at(1) v(style.header.underline-top-padding - 1em) line(length: 100%)