justify-items

aligns grid items along the row (inline) axis.

Class Properties
v-just-items-auto justify-items: auto;
v-just-items-center justify-items: center;
v-just-items-start justify-items: start;
v-just-items-end justify-items: end;
v-just-items-flex-end justify-items: flex-end;
v-just-items-flex-start justify-items: flex-start;