andreasKroepelin / polylux

A package for creating slides in Typst
https://polylux.dev/book
MIT License
1.18k stars 55 forks source link

How to change the margin of a template? #178

Closed tapyu closed 4 months ago

tapyu commented 4 months ago

In the metropolis template:

#slide(title: "Methodology")[
  #block(fill: blue, width: 100%, height: 100%)[
    Hi

    Hi
  ]
]

image

I think there is too much margin in the slide content. How to change that?