packages feed

typst-0.1.0.0: test/typ/layout/grid-1-02.typ

#set page(height: 3cm, margin: 0pt)
#grid(
  columns: (1fr,),
  rows: (1fr, auto, 2fr),
  [],
  align(center)[A bit more to the top],
  [],
)