Responsive Product Preview Card Component

Solution retrospective
Trying to do these challenges as quickly as I can when I have time. Any feedback will be much appreciated. :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NDOY3M4N
Hi, great work on this challenge. There are just some things that need fixing like:
- on mobile the padding is not applied to the screen since you set
height: 100vh
on the main. You could fix this by just replacing it withmin-height: 100vh
. - on mobile you could also increase the padding (like in the design)
- on line 37 (
index.html
) there is a typo, the closing tag should bea
instead ofbutton
.
Happy coding 🎉️
Marked as helpful - on mobile the padding is not applied to the screen since you set
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