From 7e184eecd8c6f87c08246a0bb105867423bd4fbf Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 3 Jan 2025 17:53:19 +0100 Subject: [PATCH] fix 2 --- src/lib.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.typ b/src/lib.typ index 38b9810..b985639 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -48,9 +48,9 @@ columns: (1fr), align(center + horizon)[ #set text(font: "Departure Mono"); - #text(size: 48pt, title); + #text(size: 48pt, title)\ #v(0.33em); - #text(size: 24pt, subtitle); + #text(size: 24pt, subtitle)\ #text(size: 18pt, fill: rgb("#666"), date) ], []