how to make a flex box grid to take up all spaces with min height and width code example
Example: flexbox stretch height
.flex-2 {
display: flex;
align-items: stretch;
}
.flex-2 {
display: flex;
align-items: stretch;
}