Design comparison
SolutionDesign
Solution retrospective
I'm sure there's a lot of things I need to work on, but I specially have problems with cross-browser compatibility. (I could make it work on Firefox but not on Brave) I'm not sure how to go about it, or what to look for so any advice on that would be appreciated.
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @Lau-San, congratulation on completing the challenges. I noticed some issues.
- Replace
height:100vh;
withmin-height:100vh
in the .wrapper class - Replace
width:50%
withwidth: 40rem;
in the .product-card class.
2 - Replace
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