Skip to content

Commit c678f0c

Browse files
committed
readme
1 parent 969424f commit c678f0c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.MD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ This library allows you to compose layout with flexbox in html. Containers
55
are composed by combining fa-column|fa-row with fa-layout.
66

77
`fa-column` or `fa-row` sets the element to be a flex container and sets the direction, `fa-layout` defines how children align on the main, and secondary axis.
8-
```fa-column="reverse nowrap" fa-layout="space-between baseline"```
8+
```
9+
fa-column="reverse nowrap" fa-layout="space-between baseline"
10+
```
911

1012

1113
`fa-layout` can be shorthanded to just the main axis
12-
```fa-row fa-layout="space-between"```
14+
```
15+
fa-row fa-layout="space-between"
16+
```
1317

1418
Installation
1519
------------

0 commit comments

Comments
 (0)