So I'm currently helping a friend build a website that they will use in a startup. I'm having trouble with the "About Us" section. On the computer it's a picture and then using Flexbox you add text next to the picture. But on mobile, the text should be below the image. However, the text currently fills half the screen and is squished so that it sits on top of the image.
I tried many ways but I can't figure it out.
I hope to get some help.
I tried many ways but I can't figure it out.
I hope to get some help.
Sounds like you need to take a look at the
flex-wrap
properties.