I have this html code in: jsfiddle and i want to make the all the cells equals responsive.
This example works fine but....i want all the cells to be equal when resizing the browser.
In this example there are 5 cells which occupies all the contaier (4 logo and 1 text).
The last 2 cells (the second row) are not equals (2 cells occupied the whole row). I want to be the same size as the first row (this means: cell cell empty_space).
Is this possible using flex:1 ?
flex: 1
I hope i make my self clear :)