summaryrefslogtreecommitdiff
path: root/tests/typ/layout/grid-5.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-11-17 17:09:19 +0100
committerLaurenz <laurmaedje@gmail.com>2021-11-17 17:09:19 +0100
commit89f2e71852e96062ea9b756bf92fbf4e894871b1 (patch)
tree836099ebd17adf30a24fc62464dfdd3d9c248480 /tests/typ/layout/grid-5.typ
parent9a800daa82833c57eee04e92c701ca9a05a67d3b (diff)
Align node
Diffstat (limited to 'tests/typ/layout/grid-5.typ')
-rw-r--r--tests/typ/layout/grid-5.typ13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/typ/layout/grid-5.typ b/tests/typ/layout/grid-5.typ
index 18736b90..585fc6ce 100644
--- a/tests/typ/layout/grid-5.typ
+++ b/tests/typ/layout/grid-5.typ
@@ -16,13 +16,14 @@
#grid(
columns: 2,
gutter: 10pt,
- [#align(bottom) A],
+ align(bottom)[A],
[
Top
- #align(bottom)
- Bottom \
- Bottom \
- Top
+ #align(bottom)[
+ Bottom \
+ Bottom \
+ Top
+ ]
],
- [#align(top) B],
+ align(top)[B],
)