Design comparison
SolutionDesign
Solution retrospective
I have an issue with the comments section. I want to use flexbox and align-self: flex-start, center and flex-end but it doesn't work. And any other recomendation will be appreciated.
Community feedback
- @liampcPosted almost 4 years ago
Hello!
I also had a hard time with that part, what I did is make use of grid instead of flexbox for the reviews container, and add a max-height to the children-cards.
Hope this helps!
0@FRmeroPosted almost 4 years agoI tried to do that but it doesn't work anyways. And I tried to add another div for the review section as review__container and add display grid but the properties of align doesn't work as I expected.
Thanks for your feedback anyways
0
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