Design comparison
Solution retrospective
I welcome any feedback on how to improve responsiveness of my code. Thank you!
Community feedback
- @ACdev27Posted about 3 years ago
It looks like when it is a mobile view your main headline (card__header) actually gets bigger, and seems too big. In your code you have a media query (breakpoint max-width: 1000px) which is actually making it a bigger font size, when I think you should go with a smaller font size at that breakpoint
Marked as helpful0@jcombs0929Posted about 3 years ago@ACdev27 Thank you for your feedback. That was an intentional adjustment given that I increased the font size for the stats when they stack. I do agree that the header shouldn't increase in size in this case. So, I removed the media query for it along with those for the stats to maintain a proper hierarchy. Thanks!
0
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