Flow
Horizontal alignment classes
Class | Description |
---|---|
justify-start | Aligns children items to the left. |
justify-center | Aligns children items to the center. |
justify-end | Aligns children items to the right. |
justify-around | Distributes spaces equally around items |
justify-between | Distributes space equally between items |
CSS Variables
Variable | Default | Description |
---|---|---|
--gap-x | - | Gap between on the x-axis |
--gap-y | - | Gap between rows on the y-axis |
--gap | 1rlh | Gap between items on both axes. --gap-x and --gap-y will override this value. |