Design comparison
Solution retrospective
Any help on how i could improve my solution would be much appreciated
Community feedback
- @elaineleungPosted about 2 years ago
Hi Ayoife, I think you did a great job on the whole, especially in positioning the elements 🙂
Right now when the layout changes, the content is covered by the browser, which is not an optimal view. What I would suggest here is to change your breakpoint to something that is slightly wider than the component at desktop view, maybe around 960px. I would add a
max-width: 500px
for the container so that the text doesn't stretch out too much before the breakpoint, and if the max-width is used on the container, you can even remove thewidth: 55%
on the header since the max width will help to limit the width. Hope this helps you out a bit!Marked as helpful1@AyoifePosted about 2 years ago@elaineleung Thank you very much for your feedback, I will make those changes immediately 👍👍
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