Results summary using grid and flexbox

Solution retrospective
Hi everyone, this is my solution of "results-summary-component".
I found that if i scale down the browser to 90% and the mobile page will not be stretched to view height.
Should i add a media query for mobile version to ensure the page is full height?
@media (max-width: 375px) { .card { min-height: 100vh; } }
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Kenny Ng's solution.
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