1
1
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:
Daniel Castillo 2019-09-01 18:15:48 +02:00 committed by GitHub
parent bba8f3b0a5
commit 8787c7b252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">