Responsive Advice Generator App using CSS Grid

Solution retrospective
- How can I approach this solution in a better way?
- Is the way I lay out the button and divider okay? Is there a better way?
- Is it responsive enough?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @manishdevelops
congrats on completion of this project.. Your solution looks great to me .. But there needs some improvement in the code because divider part is troubling in small screens .. You can apply this one line of code for full responsiveness in all devices..
.divider { width: min(90%, 80%); }
Hope it will work for you.. keep coding =)
Marked as helpful
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