The flex-shrink property is used ot shrink a flex item if a flex container is smaller than the combined widths of all the flex items.
The flex-shrink property takes numbers.
If one item has a flex-shrink value of 1 and the other has a flex-shrink value of 3, the one with the value of 3 will shrink three times as much as the other.