Design comparison
SolutionDesign
Solution retrospective
Hello everyone! Here is my solution Advice generator app. Any feedback or suggestions are welcome. Thank you!
Community feedback
- @KrzysztofLeczyckiPosted over 2 years ago
Hey, you could change the
container
width because it displays incorrectly on smaller screens. I suggest such code:width: ...px; max-width: ...%;
then you can get rid of width settings in media queries. Besides, your app looks good. Best wishes. :D1
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