mirror of
https://github.com/primer/css.git
synced 2025-01-01 18:53:34 +03:00
Fix flex-justify-start explanation
This commit is contained in:
parent
bba8f3b0a5
commit
8787c7b252
@ -187,7 +187,7 @@ Use these classes to distribute space between and around flex items along the **
|
||||
|
||||
#### flex-justify-start
|
||||
|
||||
Use `.flex-justify-start` to align items to the start line. By default this will be on the left side of the container. If you are using `.flex-column`, the end line will be at the top of the container.
|
||||
Use `.flex-justify-start` to align items to the start line. By default this will be on the left side of the container. If you are using `.flex-column`, the start line will be at the top of the container.
|
||||
|
||||
```html live
|
||||
<div class="border d-flex flex-justify-start">
|
||||
|
Loading…
Reference in New Issue
Block a user