justify-content

Utilities for controlling how flex and grid items are positioned along a container's main axis.

Class Properties
v-justify-center justify-content: center;
v-justify-left justify-content: left;
v-justify-right justify-content: right;
v-justify-between justify-content: space-between;
v-justify-around justify-content: space-around;
v-justify-evenly justify-content: space-evenly;
v-justify-safe justify-content: safe;
v-justify-unsafe justify-content: 4;
v-justify-start justify-content: start;
v-justify-end justify-content: end;
v-justify-flex-start justify-content: flex-start;
v-justify-flex-end justify-content: flex-end;
v-justify-stretch justify-content: stretch;
v-justify-end justify-content: end;
v-justify-last-baseline justify-content: last-baseline;