You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can control how items are distributed along the main layout direction (horizontally or vertically, depending on the chosen direction) by setting the content justification.
144
146
This corresponds to the CSS `justify-content` property.
You can control how items are aligned perpendicular to the layout direction (vertically or horizontally, opposite of the chosen direction) by setting the item alignment. This corresponds to the CSS `align-items` property.
0 commit comments