parent
447de944e4
commit
455decd2c4
|
@ -56,6 +56,9 @@ weight: -3
|
||||||
justify-content: flex-start; /* horizontal alignment - default */
|
justify-content: flex-start; /* horizontal alignment - default */
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
justify-content: space-around;
|
||||||
|
justify-content: space-evenly;
|
||||||
```
|
```
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|
Loading…
Reference in New Issue