diff --git a/main.typ b/main.typ index 24b1668..3726e86 100644 --- a/main.typ +++ b/main.typ @@ -134,10 +134,8 @@ grid( columns: (1fr, 1fr), align: (horizon, right), stroke: (bottom:0.5pt + black), - inset: (5pt), - par( - text(title, size: title_fontsize)), + text(title, size: title_fontsize), grid( columns: 1, rows: 2, @@ -150,7 +148,7 @@ grid( ), grid( - inset: (left: 1.5pt,right: 1.5pt,top: 1.5pt,bottom: 1.5pt), + inset: (left: 1.5pt,right: 1.5pt,top: 1.5pt,bottom: 0pt), columns: signgrid, rows: auto, ..(grid.cell(y: 0)[],) * fillerrow2,