Home > Mobile >  Flexbox image and text size are not same
Flexbox image and text size are not same

Time:02-13

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.

Here I made little example: enter image description here

  • Related