assemblee_generale: fix template

This commit is contained in:
Félix Piédallu 2026-03-12 19:03:27 +01:00
parent f4e66055e9
commit 8defa9aea3

View file

@ -17,7 +17,7 @@
#let assemblee_generale(
background: rgb("f4f1eb"),
background: white, // rgb("f4f1eb"),
company-details: none,
title: "",
margin: 2.1cm,
@ -58,7 +58,7 @@
)
let body = [
#set text(size: 11pt, weight: "regular")
#set text(size: 10pt, weight: "regular")
#set par(spacing: 1.5em, justify: true)
#body
]