summaryrefslogtreecommitdiff
path: root/tests/typ/layout/block-sizing.typ
blob: a768c3e3a455a87a87c29ed7660beb3b40467ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Test blocks with fixed height.

---
#set page(height: 100pt)
#set align(center)

#lorem(10)
#block(width: 80%, height: 60pt, fill: aqua)
#lorem(6)
#block(
  breakable: false,
  width: 100%,
  inset: 4pt,
  fill: aqua,
  lorem(8) + colbreak(),
)