Merge pull request #1391 from tomatikrad/patch-1
This commit is contained in:
commit
69b75e6d26
|
@ -53,9 +53,12 @@ weight: -3
|
||||||
```
|
```
|
||||||
|
|
||||||
```css
|
```css
|
||||||
justify-content: flex-start; /* horizontal alignment - default */
|
justify-content: flex-start; /* [xxx ] */
|
||||||
justify-content: flex-end;
|
justify-content: center; /* [ xxx ] */
|
||||||
justify-content: center;
|
justify-content: flex-end; /* [ xxx] */
|
||||||
|
justify-content: space-between; /* [x x x] */
|
||||||
|
justify-content: space-around; /* [ x x x ] */
|
||||||
|
justify-content: space-evenly; /* [ x x x ] */
|
||||||
```
|
```
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|
Loading…
Reference in New Issue