The flex-basis property specifies the initial length of a flexible item.Note: If the element is not a flexible item, the flex-basis property has no effect.
flex-basis: number|auto|initial|inherit;
div:nth-of-type(2) { -webkit-flex-basis: 80px; /* Safari 6.1+ */ flex-basis: 80px;}