mirror of
https://github.com/C0ffeeCode/typst-dhbw-technik-template.git
synced 2025-12-28 15:22:18 +01:00
Fix: company logo alignment
and update default logo
This commit is contained in:
parent
7843a4a7b1
commit
fd195ed79c
3 changed files with 5015 additions and 88 deletions
Binary file not shown.
5095
assets/hpe.svg
5095
assets/hpe.svg
File diff suppressed because it is too large
Load diff
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 377 KiB |
|
|
@ -258,10 +258,10 @@
|
||||||
// nice
|
// nice
|
||||||
#grid(
|
#grid(
|
||||||
columns: (1fr, 1fr),
|
columns: (1fr, 1fr),
|
||||||
align(center)[
|
align(center + horizon)[
|
||||||
#image(company.image, width: 69%)
|
#image(company.image, width: 69%)
|
||||||
],
|
],
|
||||||
align(center)[
|
align(center + horizon)[
|
||||||
#image(university.image, width: 69%)
|
#image(university.image, width: 69%)
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue