feat: add option to remove ABB image (s#62)
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 2m0s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 2m0s
Details
This commit is contained in:
parent
56f330693d
commit
f36b23552c
|
@ -47,7 +47,8 @@
|
|||
header: (
|
||||
content-padding: 1.5em,
|
||||
underline-top-padding: 0pt,
|
||||
logo-height: 3em),
|
||||
logo-height: 3em,
|
||||
logo-image: "res/ABB.svg"),
|
||||
footer: (
|
||||
content-padding: 1.5em),
|
||||
page: (
|
||||
|
|
|
@ -300,7 +300,7 @@
|
|||
// we need two, so make both half the page width
|
||||
columns: (50%, 50%),
|
||||
// left align logo of ABB
|
||||
align(left, image("res/ABB.svg", height: style.header.logo-height)),
|
||||
align(left, image(style.header.logo-image, height: style.header.logo-height)),
|
||||
// right align logo of DHBW
|
||||
align(right, image("res/DHBW.svg", height: style.header.logo-height)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue