Design comparison
SolutionDesign
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; } }
Community feedback
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