Skip to content

Commit

Permalink
Fix size.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Dec 12, 2023
1 parent a465084 commit 0a3c59e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redwood-layout-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -29,7 +29,7 @@ Row {

### Column

Lays widgets out along the Y axis (vertically).
Lays widgets out along the Y axis (vertically).

```kotlin
Column {
Expand Down Expand Up @@ -65,7 +65,7 @@ Box {
```

<p style="text-align: center;">
<img src="docs_images/box1.png">
<img src="docs_images/box1.png" width="250" height="250">
</p>

### Spacer
Expand Down

0 comments on commit 0a3c59e

Please sign in to comment.