Stats preview card component | responsive using flex and simple CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @sarfarazstark
The issue is with your width and height dont set explicit height and width also always use max-width for this kind of component
for now use this solution:
max-width: 870px;
max-height: 350px;
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