Build mobile first and it got pretty fast. Making progress 😁.
What challenges did you encounter, and how did you overcome them?For desktop i could quickly changed flex-direction: column to row. Then the nightmare started 😭. I had massive problems to fit the img in desktop version correctly. In the end i handled it with the width of the parent and the width of the img. On one side the css for this media query is very less and clean. But i am not happy, because i hoped i could fix this with flex properties.
What specific areas of your project would you like help with?I still do not know what the problem is. Just want to adjust the image simply with flex. Thought i could easily set the image and the description 50/50 in width.