I am trying to make flexboxes with the same height and width by using:
flex: 1;
But it is not working as I thought, image box becomes bigger than text box.
I am trying to make flexboxes with the same height and width by using:
flex: 1;
But it is not working as I thought, image box becomes bigger than text box.