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