
Solution retrospective
I didn’t have any major problems when completing this challenge, but any suggestions for improvement would be appreciated, Jack
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@huyphan2210
Hi, @Jack-OC,
I reviewed your solution and have one suggestion:
- Your
.accordion-card
has a width of60rem
(960px
) for viewports600px
or wider, which causes it to overflow on viewports between600px
and960px
. I recommend adding another media query to handle this range.
Hope this helps! Good job!
- Your
Join 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