Responsive single price grid component used grid and sass

Solution retrospective
How to make it better? Your feedbacks are most important to me. Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Its looks great in desktop but in mobile of screen size between (380px and 620px) it doesn't look good but overall its good in desktop and also your code is clean.
Keep contributing these awesome solutions
- @ovidiuantonio
Hello Gorkem,
Your solution is pretty good. You did a good job with this. There are 2 tips for improving your solution:
- add
margin: 0 auto;
to the main component (because on a bigger screen it remains on the left side) - modify the breakpoint for the mobile version, 375px is too late and the text starts overflowing from the card, I think 600px would fit better.
Happy coding and keep going!
- add
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