Permalink
Cannot retrieve contributors at this time
9 lines (7 sloc)
347 Bytes
|
// Flex algin justify |
|
|
|
// https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items |
|
|
|
.justify-start { justify-content: flex-start } // ? default |
|
.justify-end { justify-content: flex-end } |
|
.justify-center { justify-content: center } |
|
.justify-between { justify-content: space-between } |
|
.justify-around { justify-content: space-around } |
You can’t perform that action at this time.
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.