React Js App

Solution retrospective
Focused on understanding the basic structure of a project in react, its imports and etc. Always trying to improve responsiveness. The basics.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @samuelpalaciosdev
Hi, Pedro👋
Great job on this challenge👍
I only suggest some things 😉:
-
Maybe, you don't need height on the cards. I mean, setting an explicit height, could cause you some problems, when talking about responsivenes, you could try to get the same result using padding. As I'm seeing on your project, the cards on desktop wiewport lacks content, that's because of the height you set.
-
On mobile view, there's some scrollbar. I'd set an
overflow-x:hidden
on thebody
. The content is too big to fit in the specified area on mobile view, setting anoverflow-x:hidden
would help.
I hope this would help you, have a nice day, keep 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