Justify Content
Class | Properties |
---|---|
gl-justify-normal | justify-content: normal; |
gl-justify-start | justify-content: flex-start; |
gl-justify-end | justify-content: flex-end; |
gl-justify-center | justify-content: center; |
gl-justify-between | justify-content: space-between; |
gl-justify-around | justify-content: space-around; |
gl-justify-evenly | justify-content: space-evenly; |
gl-justify-stretch | justify-content: stretch; |