From ac6c4819c42f407c5b2d941db3b9e9a6647d174c Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 3 Jan 2025 17:50:11 +0100 Subject: [PATCH] fix --- src/lib.typ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib.typ b/src/lib.typ index 82ac6c1..38b9810 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -42,9 +42,10 @@ text(font: "B612", size: 8pt, coverpage_footer) ) }, + header: "", grid( - rows: 2, - columns: 1, + rows: (1fr, 1fr), + columns: (1fr), align(center + horizon)[ #set text(font: "Departure Mono"); #text(size: 48pt, title);