Advice generator app

Solution retrospective
Hello everyone! Here is my solution Advice generator app. Any feedback or suggestions are welcome. Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @KrzysztofLeczycki
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. :D
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