diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-17 17:09:19 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-17 17:09:19 +0100 |
| commit | 89f2e71852e96062ea9b756bf92fbf4e894871b1 (patch) | |
| tree | 836099ebd17adf30a24fc62464dfdd3d9c248480 /tests/typ/layout/grid-1.typ | |
| parent | 9a800daa82833c57eee04e92c701ca9a05a67d3b (diff) | |
Align node
Diffstat (limited to 'tests/typ/layout/grid-1.typ')
| -rw-r--r-- | tests/typ/layout/grid-1.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/layout/grid-1.typ b/tests/typ/layout/grid-1.typ index afd01a5f..2d13452b 100644 --- a/tests/typ/layout/grid-1.typ +++ b/tests/typ/layout/grid-1.typ @@ -34,11 +34,10 @@ --- #page(height: 3cm, margins: 0pt) -#align(center) #grid( columns: (1fr,), rows: (1fr, auto, 2fr), [], - [A bit more to the top], + align(center)[A bit more to the top], [], ) |
