improve logo placement
This commit is contained in:
parent
3482b75b2e
commit
b82c7c3c6a
1 changed files with 13 additions and 8 deletions
15
beitritt.typ
15
beitritt.typ
|
@ -2,15 +2,20 @@
|
|||
read("flipdot-logo-notext-monochrome.svg")
|
||||
.replace("231f20", "f5c600")
|
||||
}
|
||||
#set page(paper: "a4", background: align(top+right, {
|
||||
v(9em);
|
||||
|
||||
#set page(paper: "a4",
|
||||
background: align(top+right, {
|
||||
box(inset: 1cm,
|
||||
rotate(-90deg,
|
||||
reflow: true,
|
||||
scale(150%,
|
||||
reflow: true,
|
||||
image.decode(fd)
|
||||
)
|
||||
|
||||
)})
|
||||
, margin: (top: 1cm, bottom: 1cm, left: 2cm, right: 2cm)
|
||||
)
|
||||
)
|
||||
}),
|
||||
margin: (top: 1cm, bottom: 1cm, left: 2cm, right: 2cm)
|
||||
)
|
||||
#set text(font: "ISOCPEUR", size: 16pt )
|
||||
#show heading: it => [
|
||||
|
|
Loading…
Reference in a new issue