Increase EPI caption size
This commit is contained in:
parent
02a28b2272
commit
75eabaf311
1 changed files with 2 additions and 2 deletions
|
@ -59,14 +59,14 @@ instructions: none, note: none, min_help: 0) = {
|
||||||
for item in card.protection_items {
|
for item in card.protection_items {
|
||||||
box([
|
box([
|
||||||
#image(width: 30%, item.img)
|
#image(width: 30%, item.img)
|
||||||
#text(style: "italic", [#item.caption])
|
#text(style: "italic", size: 18pt, [#item.caption])
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
for item in card.forbidden_items {
|
for item in card.forbidden_items {
|
||||||
// TODO: Cross the image
|
// TODO: Cross the image
|
||||||
box([
|
box([
|
||||||
#image(width: 30%, item.img)
|
#image(width: 30%, item.img)
|
||||||
#text(style: "italic", [#item.caption])
|
#text(style: "italic", size: 18pt, [#item.caption])
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue