slides: resplit slightly to improve readability

This commit is contained in:
multisn8 2024-03-03 16:17:37 +01:00
parent bc7abb95d9
commit d71976611b
Signed by: multisamplednight
GPG key ID: 6D525AA147CBDAE2

View file

@ -21,17 +21,19 @@
top, top,
box( box(
inset: (top: 16pt, left: 20pt), inset: (top: 16pt, left: 20pt),
)[ heading(
== #text(font: "Montserrat", size: 1.5em, name) #text(font: "Montserrat", size: 1em, fill: muted, pronouns) text(font: "Montserrat", size: 1.5em, name)
#description + text(font: "Montserrat", size: 1em, fill: muted, pronouns)
], )
+ description
),
), ),
) )
} }
#polylux-slide(align(horizon + center)[ #polylux-slide(align(horizon + center)[
= typst - Dokumente schreiben macht auf einmal Spaß?! = typst - Dokumente schreiben macht auf einmal Spaß?!
#mute[_von Schrottkatze & Multisamplednight_] #mute[_von Schrottkatze & MultisampledNight_]
]) ])
#polylux-slide[ #polylux-slide[
@ -43,7 +45,7 @@
rows: (auto, auto), rows: (auto, auto),
gutter: 12%, gutter: 12%,
person("schrottkatze-pfp.jpg", [ Schrottkatze ], [ sie/ihr ], [ TODO ]), person("schrottkatze-pfp.jpg", [ Schrottkatze ], [ sie/ihr ], [ TODO ]),
person("multisn8-pfp.jpg", [ Multisamplednight ], [ alle pronomen ], [ höchst portables beschwergerät ]), person("multisn8-pfp.jpg", [ MultisampledNight ], [ alle pronomen ], [ höchst portables beschwergerät ]),
), ),
) )
] ]