Module align_content

Module align_content 

Source
Expand description

Utilities for controlling how rows are positioned in multi-row flex and grid containers.

Class Properties
content-center align-content: center;
content-start align-content: flex-start;
content-end align-content: flex-end;
content-between align-content: space-between;
content-around align-content: space-around;
content-evenly align-content: space-evenly;

Tailwind reference