Skip to content

Commit 12625e9

Browse files
authored
Adjust card height and update syntax formatting
1 parent 8f729d1 commit 12625e9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

book/oberstufe/vorbereitung-abitur/konzeptkarten.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ title: Konzeptkarten
2020
2121
#let karte(konzept, bereich) = box(
2222
width: 1fr,
23-
height: 1fr,
23+
height: 50mm,
2424
stroke: 0.5pt,
2525
inset: 6pt,
2626
)[
27-
align(right)[
28-
text(size: 9pt)[#bereich]
27+
#align(right)[
28+
#text(size: 9pt)[#bereich]
2929
]
3030
31-
v(1fr)
31+
#v(1fr)
3232
33-
align(center)[
34-
text(size: 14pt, weight: "bold")[#konzept]
33+
#align(center)[
34+
#text(size: 14pt, weight: "bold")[#konzept]
3535
]
3636
37-
v(1fr)
37+
#v(1fr)
3838
]
3939
4040
#let seite(karten) = {

0 commit comments

Comments
 (0)