Result summary component using flexbox/grid/media-query

Solution retrospective
I had fun making this website, I'm pretty satisfied with how it came out !
What challenges did you encounter, and how did you overcome them?I had an issue with the transition from mobile design to desktop design, the summary section was taking less space than it should. The solution was to use display: grid; grid-template-columns: 1fr 1fr;
on the parent.
I feel like the CSS code can be optimized and shorter. Feedbacks are welcomed.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Lyna'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