fix(title-page): remove title justification

This commit is contained in:
2026-03-05 15:28:46 +02:00
parent 65393fa204
commit 5a202257ba
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
place, place,
logo, logo,
) = { ) = {
set par(justify: false)
align( align(
center, center,
upper( upper(

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "solo-lu-df" name = "solo-lu-df"
version = "1.1.0" version = "1.1.1"
entrypoint = "src/lib.typ" entrypoint = "src/lib.typ"
authors = ["Kristofers Solo <dev@kristofers.xyz>"] authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "MIT-0" license = "MIT-0"