Design comparison
SolutionDesign
Solution retrospective
I couldn't solve the problem with the mobile screen with height less than 800px.
Community feedback
- @matiasluduena23Posted over 1 year ago
Hi @AlexsanderCostaDEV! your work looks really good!
To fix your problem you can remove fixed
width:920px
in your.wrapper
and replace withmax-width: 920px
.And also you can modify your display and use flex instead of a grid in your wrapper. so your can use percentages in the direct child
.image wrapper{ width: 40%}
and.accordion wrapper{ width: 60%}
Is a good practice try to avoid fixed values in width
Hope this can help you! Good code!!!
Marked as helpful1
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