Design comparison
SolutionDesign
Solution retrospective
Please let me know what should I improve :)
Community feedback
- @Tfk-teckPosted over 1 year ago
I see your site quite perfect 👏 😎. Nothing to improve
1 - @mahdicodes1Posted over 1 year ago
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!
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