Product preview card component

Solution retrospective
Please let me know what should I improve :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Tfk-teck
I see your site quite perfect 👏 😎. Nothing to improve
- @mahdicodes1
Hi Kinga! Congratulations on successfully completing the challenge!
- I just found a tiny issue with responsiveness. With the screen width between 761-767px, elements will overflow from the container. Because you used Bootstrap and the minimum boundary size for medium devices is 768px, by changing the media query as below, the page will work perfectly like other sizes.
@media (max-width: 767px) {
Happy Coding!
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