From 0a3c59eb7030c229de54968b6527e214e0dbfcd7 Mon Sep 17 00:00:00 2001 From: Colin White Date: Tue, 12 Dec 2023 13:59:20 -0500 Subject: [PATCH] Fix size. --- redwood-layout-schema/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/redwood-layout-schema/README.md b/redwood-layout-schema/README.md index 14b13c9cdb..7c4642d97f 100644 --- a/redwood-layout-schema/README.md +++ b/redwood-layout-schema/README.md @@ -13,7 +13,7 @@ Internally the layout system uses a common layout engine written in Kotlin Multi ### Row -Lays widgets out along the X axis (horizontally). +Lays widgets out along the X axis (horizontally). ```kotlin Row { @@ -29,7 +29,7 @@ Row { ### Column -Lays widgets out along the Y axis (vertically). +Lays widgets out along the Y axis (vertically). ```kotlin Column { @@ -65,7 +65,7 @@ Box { ```

- +

### Spacer