Single Price Grid Component Using CSS Flexbox

Solution retrospective
I have completed the single price grid component and it looks completely fine and responsive while I check it on PC by squeezing the screen size. But when I open the link using my mobile phone the result is not as expected.
Please tell me how can I improve. Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @siddtheone
Main card missing rounded corners. Also add top margin. Please upvote if helps.
- @rfilenko
Hello, you can add <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> to your html page in the head. Study what this metatag does :). Apply some additional styles on mobile with mediaquiries.
Roman
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