mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-27 14:35:05 +03:00
Merge pull request #89 from cwhy/patch-1
Fixed the documentation about centering
This commit is contained in:
commit
28cc86a950
@ -105,9 +105,9 @@ If alignment is set on elements in a layout such as `row`, then the element will
|
||||
|
||||
will result in a layout like
|
||||
|
||||
|-|-| |-| |-|
|
||||
|-|-| |-| |-|
|
||||
|
||||
Where there are two elements on the left, one in the center, and one on the right.
|
||||
Where there are two elements on the left, one on the right, and one in the center of the space between the elements on the left and right.
|
||||
|
||||
**Note** For text alignment, check out `Element.Font`!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user