Design comparison
SolutionDesign
Solution retrospective
It was difficult but interesting. The second time I complete this task, I believe I did it better. I therefore look forward to your ideas and feedback. I'm grateful.
Community feedback
- @hyrongennikePosted about 2 years ago
Hi
Good job on the challenge, just a few suggestion to make it more responsive you can add the following on the:
.product { /* height: 60vh; */ **remove** /* margin: 0 auto; */ **remove** display: flex; max-width: 700px; /* flex: 1; */ **remove** /* background-color: black; */ **remove** } .imagefile, .description { flex: 1; } .image { width: 100%; }
On mobile make the following changes:
.product { display: flex; align-items: center; justify-content: center; flex-direction: column; /* flex: 0.5; */ **remove** margin: 2rem; }
Hope the above helps, let me know if you have any other questions.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord