Flow

Horizontal alignment classes

ClassDescription
justify-startAligns children items to the left.
justify-centerAligns children items to the center.
justify-endAligns children items to the right.
justify-aroundDistributes spaces equally around items
justify-betweenDistributes space equally between items

CSS Variables

VariableDefaultDescription
--gap-x-Gap between on the x-axis
--gap-y-Gap between rows on the y-axis
--gap1rlhGap between items on both axes. --gap-x and --gap-y will override this value.