diff options
Diffstat (limited to 'tests/typ/layout/grid-4.typ')
| -rw-r--r-- | tests/typ/layout/grid-4.typ | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/layout/grid-4.typ b/tests/typ/layout/grid-4.typ index 02ac0486..d6aa6358 100644 --- a/tests/typ/layout/grid-4.typ +++ b/tests/typ/layout/grid-4.typ @@ -15,10 +15,10 @@ #grid( columns: (1fr,) * 4, rows: (1cm,), - rect(width: 50%, height: 100%, fill: conifer), - rect(width: 50%, height: 100%, fill: forest), - rect(width: 50%, height: 100%, fill: conifer), - rect(width: 50%, height: 100%, fill: forest), + rect(width: 50%, fill: conifer), + rect(width: 50%, fill: forest), + rect(width: 50%, fill: conifer), + rect(width: 50%, fill: forest), ) --- |
