responsive four section card challenge with grid & flexbox

Solution retrospective
Nothing in particular to be honest.
What challenges did you encounter, and how did you overcome them?Making sure the height of the container is appropriate was confusing ( since it depends initially on the content ) . Played around with some value and happy with the outcome .
What specific areas of your project would you like help with?Any feedback would be appreciated :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @yas-avocad
Hey!
Responsiveness works well, but you should set a minimum width on some of your elements.
I set a
max-width: 420px; min-width: 311px;
on my title, subtitle, and cards, so that the elements don't just get squeezed when I shrink the browser to the smallest size.
Looks good :)
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