mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-27 14:35:05 +03:00
Fixed the documentation about centering
This commit is contained in:
parent
ed45160ce8
commit
d866a7e20c
@ -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.
|
||||
|
||||
@docs centerX, centerY, alignLeft, alignRight, alignTop, alignBottom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user