Design comparison
SolutionDesign
Solution retrospective
React Typescript Vite Sass
Community feedback
- @Philip-DroubiPosted over 1 year ago
Congratulation on completing this challenge.
Here are some tips you can do to improve your solution flexibility.
First for the
App
I suggest you do this:.App{ height: fit-content; min-height: 100vh; padding: 28px; }
Doing this will make the background cover the page instead off
100vh
only.For smaller screens, you can add this so that the link is no wider than the user card
._link_ds8a2_385{ word-break: break-word; }
Hope this helps you :)
Marked as helpful1
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