diff options
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/aspect.typ | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/typ/layout/aspect.typ b/tests/typ/layout/aspect.typ index c0db17e0..c9b8ee41 100644 --- a/tests/typ/layout/aspect.typ +++ b/tests/typ/layout/aspect.typ @@ -11,14 +11,10 @@ --- // Test alignment in automatically sized square and circle. #font(8pt) -#grid( - columns: 2, - gutter: 10pt, - square(padding: 4pt)[ - Hey there, #align(center + bottom, rotate(180deg, [you!])) - ], - circle(align(center + horizon, [Hey.])), -) +#square(padding: 4pt)[ + Hey there, #align(center + bottom, rotate(180deg, [you!])) +] +#circle(align(center + horizon, [Hey.])) --- // Test that maximum wins if both width and height are given. |
