Design comparison
SolutionDesign
Solution retrospective
This is my second react application, any feedback is welcome.
Community feedback
- @emestabilloPosted about 3 years ago
Hey Haris, congrats on your submission! Just going to quickly comment on the UI. I think the component would look better centered on the viewport on desktop. If you remove the margins and hardcoded widths on
.profile
and.dashboard
, and then use flexbox +min-height: 100vh
onbody
, it would sit evenly in the middle. Great work overall :-)Marked as helpful0@hariscsPosted about 3 years ago@emestabillo thank you Emmilie, I'll modify my solution as you suggested.š
1
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